Файл: public_html/tpl/page/admin/index.html
Строк: 27
<?php
<script>jQuery('.headerViewModule').hide();</script>
<style type="text/css">
.grey{ border:1px solid #cdced0; background:url(tpl/img/_/grey.png) repeat-x; padding:5px 20px; border-radius:3px; font-family:Open Sans; font-size:13px; font-weight:bold; cursor:pointer;}
</style>
<div style="float:left; padding-top:20px; clear:both;">
<div style="float:left; width:980px; background:#434753; border-radius:3px 0 0 3px;">
<div style="float:left; width:280px;">
<div style="float:left; width:100%; background:#434753; border-radius:3px 0 0 3px;">
{include="page/admin/menu"}
</div>
</div>
<div style="float:left; width:699px; border:1px solid #eee; border-left:0; background:#fff; min-height:1100px; font-family:Open Sans;">
{if="empty($_GET['sk'])"}
{include="page/admin/settings"}
{else}
<div style="float:left;">
{include="page/admin/$pagesin"}
</div>
{/if}
</div>
</div>
</div>
?>