掃除と住まいお掃除は家族の健康を守る大切なポイントです。お風呂のカビやお部屋のチリやホコリなどは、溜まると気付きやすいので日頃からお掃除できますが、換気扇や給気口のように日頃目に付きにくい場所のお掃除はなかなか気付かずそして面倒なもの。気付けばすっかりこびりついたホコリの塊に、驚かされる方も多いはず。しかも、換気をして室内の空気を綺麗に保つための換気扇や給気口のように、家族の健康を守る場所ほど汚れやすいものなのです。放っておくとモーターに負担がかかって壊れてしまうことも。そんな失敗をしないための、お掃除上手になれる住まいのお掃除方法をご紹介します。 The MTPaginate tag only works within PHP documents!
1)
$paginate_current_page = 1;
$paginate_sections = array( 0
, 5);
$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 = 5;
}
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.
|