You are here

function custompage_uri_load in Custom Page 7

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

File

./custompage.module, line 239
Custom Page Module

Code

function custompage_uri_load($id) {
  return TRUE;
}