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

25 lines
403 B
PHP
Raw Normal View History

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