phptemplate_templates

Versions
4.7 – 5
phptemplate_templates($directory = 'themes')

Code

themes/engines/phptemplate/phptemplate.engine, line 15

<?php
function phptemplate_templates($directory = 'themes') {
  return system_listing('^page\.tpl\.php$', $directory, 'filename');
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.