<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>无尽的路</title>
	<atom:link href="http://our1944.blog.ubuntu.org.cn/feed/" rel="self" type="application/rss+xml" />
	<link>http://our1944.blog.ubuntu.org.cn</link>
	<description>摸黑走</description>
	<lastBuildDate>Thu, 04 Dec 2008 06:43:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Drupal5Theme粗略研究一</title>
		<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>
		<comments>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/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 16:12:29 +0000</pubDate>
		<dc:creator>our1944</dc:creator>
				<category><![CDATA[drupal]]></category>
		<category><![CDATA[drupal5 Theme系统]]></category>

		<guid isPermaLink="false">http://our1944.blog.ubuntu.org.cn/?p=9</guid>
		<description><![CDATA[近日由于需要做毕业设计，开始看Drupal的Theme实现，看了好一会儿，记录一下
index.php中
theme(&#8217;page&#8217;, $result);
会调用theme.inc中的
theme_get_function(&#8217;page&#8217;);
调用phptemplate.php中
phptemplate_page();
其中phptemplate系列函数可以在theme中被复写
主要代码
include/theme.inc
themes/engines/phptemplate
]]></description>
			<content:encoded><![CDATA[<p>近日由于需要做毕业设计，开始看Drupal的Theme实现，看了好一会儿，记录一下</p>
<p>index.php中</p>
<p>theme(&#8217;page&#8217;, $result);</p>
<p>会调用theme.inc中的</p>
<p>theme_get_function(&#8217;page&#8217;);</p>
<p>调用phptemplate.php中</p>
<p>phptemplate_page();</p>
<p>其中phptemplate系列函数可以在theme中被复写</p>
<p>主要代码</p>
<p>include/theme.inc<br />
themes/engines/phptemplate</p>
]]></content:encoded>
			<wfw:commentRss>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/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
