API Search for “phptemplate” in 5

Namesort iconLocationDescription
block.tpl.phpthemes/ engines/ phptemplate/ block.tpl.php
box.tpl.phpthemes/ engines/ phptemplate/ box.tpl.php
comment.tpl.phpthemes/ engines/ phptemplate/ comment.tpl.php
default.tpl.phpthemes/ engines/ phptemplate/ default.tpl.php
node.tpl.phpthemes/ engines/ phptemplate/ node.tpl.php
phptemplate.enginethemes/ engines/ phptemplate/ phptemplate.engineHandles integration of templates written in pure php with the Drupal theme system.
phptemplate_blockthemes/ engines/ phptemplate/ phptemplate.enginePrepare the values passed to the theme_block function to be passed into a pluggable template engine. Uses block properties to generate a series of template file suggestions. If none are found, the default block.tpl.php is used.
phptemplate_body_classthemes/ garland/ template.phpSets the body-tag class attribute.
phptemplate_boxthemes/ engines/ phptemplate/ phptemplate.enginePrepare the values passed to the theme_box function to be passed into a pluggable template engine.
phptemplate_breadcrumbthemes/ garland/ template.phpReturn a themed breadcrumb trail.
phptemplate_commentthemes/ engines/ phptemplate/ phptemplate.enginePrepare the values passed to the theme_comment function to be passed into a pluggable template engine.
phptemplate_comment_wrapperthemes/ garland/ template.phpAllow themable wrapping of all comments.
phptemplate_featuresthemes/ engines/ phptemplate/ phptemplate.engine
phptemplate_initthemes/ engines/ phptemplate/ phptemplate.engine
phptemplate_menu_local_tasksthemes/ garland/ template.phpReturns the rendered local tasks. The default implementation renders them as tabs.
phptemplate_nodethemes/ engines/ phptemplate/ phptemplate.enginePrepare the values passed to the theme_node function to be passed into a pluggable template engine.
phptemplate_pagethemes/ engines/ phptemplate/ phptemplate.enginePrepare the values passed to the theme_page function to be passed into a pluggable template engine. Uses the arg() function to generate a series of page template files suggestions based on the current path. If none are found, the default page.tpl.php...
phptemplate_regionsthemes/ engines/ phptemplate/ phptemplate.engineDeclare the available regions implemented by this engine.
phptemplate_templatesthemes/ engines/ phptemplate/ phptemplate.engine
_phptemplate_callbackthemes/ engines/ phptemplate/ phptemplate.engineExecute a template engine call.
_phptemplate_defaultthemes/ engines/ phptemplate/ phptemplate.engineDefault callback for PHPTemplate.
_phptemplate_default_variablesthemes/ engines/ phptemplate/ phptemplate.engineAdds additional helper variables to all templates.
_phptemplate_renderthemes/ engines/ phptemplate/ phptemplate.engine
_phptemplate_variablesthemes/ garland/ template.phpOverride or insert PHPTemplate variables into the templates.
 
 

Drupal is a registered trademark of Dries Buytaert.