2012年7月5日 星期四

Drupal 7 的 theme structure

許多人都不太清楚drupal的theme.
在theme folder有十分多files!


我們可以小心細看一下:


xxx.info
是一個definition file. Block/region/css/script資料都可在此發見.


html.tpl.php
用來放最外圉的html. 可以說是<body> tag 以外的資訊


page.tpl.php
最core. body裡的data


region.tpl.php
比較大的Area/region


block.tpl.php
用region.tpl.php來放進block.tpl.php


node.tpl.php
data本身.


template.php
用來hook/preprocess functions


希望對大家有用!


沒有留言:

張貼留言