function custompage_uri_load in Custom Page 6
Same name and namespace in other branches
- 7 custompage.module \custompage_uri_load()
File
- ./
custompage.module, line 232 - Custom Page Module
Code
function custompage_uri_load($id) {
return TRUE;
}
function custompage_uri_load($id) {
return TRUE;
}