Re: ログイン時のヘッダのずれ

2011年6月21日 at 2:15

あちゃー。今、このスレッドに気が付きました。

以下のコードを、テーマ内の <head> が終わる直前ぐらいにコピペしてやると解決します。


<?php
$cp = new Permissions($c);
if($cp->canWrite() && $cp->canAddSubContent()){
echo('<style type="text/css">body{background-position:0px 49px;}</style>');
}?>