変更する箇所
includes/classes/breadcrumb.php の60行目付近
[php]
} else {
$trail_string .= $this->_trail[$i]['title'];
}
[/php]
上記のコードを以下に変更します。
[php]
} else {
if ($this->…
<?php
date_default_timezone_set('Asia/Tokyo');
$datetime = date('Y-m-d H:i');
?>
<?php if($datetime >= '2022-12-08 12:00'): ?>
ここに表示内容
<?php endif; ?>
graffiti on the web
この投稿へのコメント
コメントはまだありません。