Просмотр файла themes/default/header.tpl

Размер файла: 2.01Kb
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru" lang="ru">
        <head>
                <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
                <title><? if (!empty($title) || !empty($sub_title)): ?><? echo $title ? $title : $sub_title; ?> | <?php echo $GLOBALS['config']['title_site'] ?><? else: ?><?php echo $GLOBALS['config']['title_site'] ?><? endif; ?></title>
                <!-- <link rel="shortcut icon" href="<?= URL ?>themes/<?= CURRENT_THEM ?>/images/favicon.ico" /> -->
                <link rel="stylesheet" href="<?= URL ?>themes/<?= CURRENT_THEM ?>/css/default.css" type="text/css" />
        </head>
        <body>
                <div class="header">
                        <div class="header_logo"></div>
                        <div class="header_elem"></div>
                        
                </div>
                
                        <div class="box2">
                                <table border="0" cellpadding="0" cellspacing="0" class="box_nvg">
                                        <tr>
                                                <td style="cursor: pointer" onclick="location.href='<?=URL?>'"><a href="<?=URL?>">Загрузить</a></td>
                                                <td style="cursor:pointer" onclick="location.href='<?=p_url('catalog')?>'"><a href="<?=p_url('catalog')?>">Каталог</a></td>
                                                <?php if (IS_ADMIN):?>
                                                <td style="cursor: pointer" onclick="location.href='<?=p_url('admin/conf')?>'"><a href="<?=p_url('admin/conf')?>">Настройки</a></td>
                                                <?php endif;?>
                                        </tr>
                                </table>
                        </div>
                <div class="box1">