changeset 254 | f49e3c8b638c |
parent 228 | 7846d45bd250 |
child 256 | f8356d9c3481 |
253:6c7060d36a23 | 254:f49e3c8b638c |
---|---|
106 |
106 |
107 $template->footer(); |
107 $template->footer(); |
108 $db->close(); |
108 $db->close(); |
109 |
109 |
110 exit; |
110 exit; |
111 } |
|
112 $code = $plugins->setHook('page_create_request'); |
|
113 foreach ( $code as $cmd ) |
|
114 { |
|
115 eval($cmd); |
|
111 } |
116 } |
112 if ( substr($urlname, 0, 8) == 'Project:' ) |
117 if ( substr($urlname, 0, 8) == 'Project:' ) |
113 { |
118 { |
114 $template->header(); |
119 $template->header(); |
115 |
120 |