2008-12-04

Drupal5Theme粗略研究一

归档在: drupal — our1944 @ 12:12 上午

近日由于需要做毕业设计,开始看Drupal的Theme实现,看了好一会儿,记录一下

index.php中

theme(’page’, $result);

会调用theme.inc中的

theme_get_function(’page’);

调用phptemplate.php中

phptemplate_page();

其中phptemplate系列函数可以在theme中被复写

主要代码

include/theme.inc
themes/engines/phptemplate

 

没有评论 »

还没有评论。

本文评论的 RSS feed。 | TrackBack URI

请您留下评论

XHTML ( You can use these tags): <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line=""> .