| 5 phptemplate.engine | phptemplate_templates($directory = 'themes') |
File
- themes/
engines/ phptemplate/ phptemplate.engine, line 16 - Handles integration of templates written in pure php with the Drupal theme system.
Code
function phptemplate_templates($directory = 'themes') {
return drupal_system_listing('^page\.tpl\.php$', $directory, 'filename');
}
Login or register to post comments