住まいのお手入れお手入れは住まいを長持ちさせるだけでなく、家族の安全を守る大切なポイントです。どんな住まいにもある扉類は、長く使っていると丁番のネジがゆるんでガタついたり、お手入れせずに無理に使用すると壊れるばかりでなく外れて怪我をすることも。お手入れを忘れがちな玄関ドアのクローザーも、緩みに気付かずにいると強風などで急に開閉して危険です。また、お子様のいるご家庭では、毎日肌に触れるフローリングは特にお手入れしてあげたいところです。一見面倒そうなフローリングなどのお手入れも、コツさえつかめば、意外に簡単。少しだけ手間をかけて大切な我が家をずっと長持ち、住まいをいつまでも快適にするお手入れ方法をご紹介します。 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.
|