収納と住まい収納は住まいの快適性を左右する大切なポイントです。リビングを占拠するオーディオ用品、何種類ものキッチンラックに所狭しと詰め込まれたキッチン用品、部屋中に散らばるお子様のおもちゃ、あちらこちらに山積みのCDやDVD。せっかくマイホームを建てたのに、“こんなはずでは”と嘆いている人は意外に多いもの。“広い収納スペースもないし、収納すると取り出すのが面倒だし” そんな気持ちもわかります。でも、巷で流行の風水ではないけれど、整理整頓された家は居心地が良くて、それだけで運が良くなる気がするものです。収納しやすく取り出しやすい収納方法や、あえて“見せる”収納方法など、収納上手になれる収納術をご紹介します。 The MTPaginate tag only works within PHP documents!
1)
$paginate_current_page = 1;
$paginate_sections = array( 0
, 10);
$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 = 10;
}
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.
|