Package base :: Package themes :: Package engines :: Package drupytemplate
[hide private]

Package drupytemplate

source code

Handles integration of templates written in pure php with the Drupal theme system.
See Also:
Drupy Homepage, Drupal Homepage
Notes:

Author: Brendon Crawford

Copyright: 2008 Brendon Crawford

Contact: message144 at users dot sourceforge dot net

Version: 0.1

Functions [hide private]
 
hook_init(template) source code
 
hook_theme(existing, type_, this_theme, path_)
Implementation of hook_theme to tell Drupal what templates the engine and the current theme use.
source code
Variables [hide private]
  __version__ = '$Revision: 1 $'
Function Details [hide private]

hook_theme(existing, type_, this_theme, path_)

source code 
Implementation of hook_theme to tell Drupal what templates the engine and the current theme use. The existing argument will contain hooks pre-defined by Drupal so that we can use that information if we need to.