2008-12-04

Drupal5Theme粗略研究一

归类于: drupal — our1944 @ 12:12 am

近日由于需要做毕业设计,开始看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="" escaped=""> .



Spam Protection by WP-SpamFree