You are here

function custompage_uri_load in Custom Page 6

Same name and namespace in other branches
  1. 7 custompage.module \custompage_uri_load()

File

./custompage.module, line 232
Custom Page Module

Code

function custompage_uri_load($id) {
  return TRUE;
}