0. template.php
1. page.tpl.php
//===
template.php:
function YOUR_THEMES_NAME_regions() {
return array(
'left' => t('left sidebar'),
'right' => t('right sidebar'),
'content' => t('content'),
'header' => t('header'),
'footer' => t('footer'),
...
);
}
?>
page.tpl.php code:
*** The location of < div class="sidebar_left" > ...</div> within the page.tpl.php determines the location of the div shown in the layout.
class="sidebar_left" corresponds to some CSS layout code, for example:
.sidebar_left{
width:25%;
float:left;
margin-right:2%;
overflow: hidden;
}
[ref] http://drupalsn.com/drupal-tutorials/custom-drupal-theme-regions
Monday, September 1, 2008
Sunday, August 31, 2008
DrupalSN.com - Drupal Social Network
DrupalSN.com (Drupal Social Network)
Engineers: thomjjames , BioALIEN提供Drupal網站開發及設計人員一個展示的平台 (in fact, DrupalSN本身就是一個Drupal的展示網站)
新書二版
Pro Drupal Development ships for Drupal 6!
Pro Drupal Development
第二版出爐了!
第二版增加了超過 200 頁的篇幅來說明Drupal 6 的 Actions API/Batch API/其他新的工具 以及 一些關鍵的工具如Views2, CCK2等。如同第一版, 新版仍涵蓋了重要的基本觀念如building modules/ FormAPI /node system/ search tools 等等。
2007年 第一版上市數日即 登上 Amazon.com top 100;
二版銷售且拭目以待。
Subscribe to:
Posts (Atom)
