AvocadoAmber/AvocadoEdition_Light/skin/menu/free_editor/menu.T.inc.php

17 lines
351 B
PHP
Raw Normal View History

2022-09-17 20:50:50 +09:00
<?php
if (!defined('_GNUBOARD_')) exit;
// 좌측 메뉴 스타일
add_stylesheet('<link rel="stylesheet" href="'.$menu_skin_url.'/css/style.T.css">', 0);
?>
<style>
.editor-menu {height:<?=$m_h?>px; <?=$background?>}
@media all and (min-width:1025px) {
#body {padding-top:<?=$m_h?>px;}
}
</style>
<div class="editor-menu">
<?=$menu_con;?>
</div>