xtemplate_templates

Versions
4.6
xtemplate_templates()

Code

themes/engines/xtemplate/xtemplate.engine, line 21

<?php
function xtemplate_templates() {
  return system_listing('^xtemplate\.xtmpl$', 'themes', '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.