住まい生活気ままコラム住まい、生活、暮らしをナチュラルに楽しむ石塚恭子。1982年に建築設計事務所を設立、1988年よりWAC建築計画石塚恭子設計室となり一級建築士として活躍する一方、北海道の住宅メーカー「アーキビジョン21」を創業当時から顧問として見守り続けています。女性の視点から生活や暮らしを優しく見つめ、一級建築士の視点で住まいを快適に導く、住まいと生活の気ままなコラムです。 The MTPaginate tag only works within PHP documents!
1)
$paginate_current_page = 1;
$paginate_sections = array( 0
, 7);
$paginate_top_section = $paginate_sections[$paginate_current_page-1]+1;
$paginate_bottom_section = $paginate_sections[$paginate_current_page];
} else {
$paginate_top_section = 1;
$paginate_bottom_section = 7;
}
if(isset($_SERVER['QUERY_STRING'])) {
$paginate_self = '&' . $_SERVER['QUERY_STRING'] . '&';
$paginate_self = preg_replace("/&page=[^&]*&/", "&", $paginate_self);
$paginate_self = preg_replace("/&page_section=[^&]*&/", "&", $paginate_self);
$paginate_self = substr($paginate_self, 1, strlen($paginate_self) - 1);
if($paginate_self == '&')
$paginate_self = '';
else
$paginate_self = htmlentities($paginate_self);
} else {
$paginate_self = '';
}
$paginate_self = basename($_SERVER['PHP_SELF']) . "?${paginate_self}page";
?>
Make sure that the document extension is .php and that your server supports PHP documents.
|