<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.1" -->
<rss version="0.92">
<channel>
	<title>无尽的路</title>
	<link>http://our1944.blog.ubuntu.org.cn</link>
	<description>摸黑走</description>
	<lastBuildDate>Thu, 04 Dec 2008 06:43:59 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Drupal5Theme粗略研究一</title>
		<description>近日由于需要做毕业设计，开始看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 </description>
		<link>http://our1944.blog.ubuntu.org.cn/2008/12/04/drupal5theme%e7%b2%97%e7%95%a5%e7%a0%94%e7%a9%b6%e4%b8%80/</link>
			</item>
</channel>
</rss>
