Changeset 1913
- Timestamp:
- 06/07/10 05:28:52 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.4/content/admin_themes/admin_default/admin_header.php
r1900 r1913 44 44 <!-- End --> 45 45 46 <link rel="stylesheet" href="<?php echo BASEURL . 'content/admin_themes/' . ADMIN_THEME . 'css/reset-fonts-grids.css'; ?>" type="text/css">47 <link rel="stylesheet" href="<?php echo BASEURL . 'content/admin_themes/' . ADMIN_THEME . 'css/style.css'; ?>" type="text/css">48 <!-- <link rel="shortcut icon" href="<?php echo BASEURL; ?>favicon.ico"> -->46 <link rel="stylesheet" href="<?php echo SITEURL . 'content/admin_themes/' . ADMIN_THEME . 'css/reset-fonts-grids.css'; ?>" type="text/css"> 47 <link rel="stylesheet" href="<?php echo SITEURL . 'content/admin_themes/' . ADMIN_THEME . 'css/style.css'; ?>" type="text/css"> 48 <!-- <link rel="shortcut icon" href="<?php echo SITEURL; ?>favicon.ico"> --> 49 49 50 50 <?php $h->pluginHook('admin_header_include_raw'); ?> … … 57 57 <div class="adm-frame"> 58 58 <div class="adm-header-title"> 59 <img class="adm-header-logo" src="<?php echo BASEURL; ?>content/admin_themes/admin_default/images/hotaru-80px.png"/>59 <img class="adm-header-logo" src="<?php echo SITEURL; ?>content/admin_themes/admin_default/images/hotaru-80px.png"/> 60 60 <div class="adm-header-verion"><?php echo $h->lang["admin_theme_header_hotarucms"]; ?><?php echo $h->version; ?></div> 61 61 <div class="adm-header-admin"><a href="<?php echo $h->url(array(), 'admin'); ?>"><?php echo $h->lang["admin_theme_header_admin"]; ?></a></div> … … 63 63 <div class="adm-top-menu"> 64 64 <div class="adm-tm-item"> 65 <a href="<?php echo BASEURL; ?>">65 <a href="<?php echo SITEURL; ?>"> 66 66 <div class="adm-tm-item-icon"> 67 <img src="<?php echo BASEURL; ?>content/admin_themes/admin_default/images/home_icon.png" />67 <img src="<?php echo SITEURL; ?>content/admin_themes/admin_default/images/home_icon.png" /> 68 68 </div> 69 69 <div class="adm-tm-item-text"><?php echo $h->lang["admin_theme_menu_site_home"]; ?></div> … … 73 73 <a href="<?php echo $h->url(array(), 'admin'); ?>"> 74 74 <div class="adm-tm-item-icon"> 75 <img src="<?php echo BASEURL; ?>content/admin_themes/admin_default/images/admin_icon.png">75 <img src="<?php echo SITEURL; ?>content/admin_themes/admin_default/images/admin_icon.png"> 76 76 </div> 77 77 <div class="adm-tm-item-text"><?php echo $h->lang["admin_theme_menu_admin_home"]; ?></div> … … 81 81 <a href="http://hotarucms.org/forum.php"> 82 82 <div class="adm-tm-item-icon"> 83 <img src="<?php echo BASEURL; ?>content/admin_themes/admin_default/images/forum_icon.png "/>83 <img src="<?php echo SITEURL; ?>content/admin_themes/admin_default/images/forum_icon.png "/> 84 84 </div> 85 85 <div class="adm-tm-item-text"><?php echo $h->lang["admin_theme_menu_hotaru_forums"]; ?></div> … … 97 97 <a href="http://hotarudocs.com"> 98 98 <div class="adm-tm-item-icon"> 99 <img src="<?php echo BASEURL; ?>content/admin_themes/admin_default/images/docs_icon.png" />99 <img src="<?php echo SITEURL; ?>content/admin_themes/admin_default/images/docs_icon.png" /> 100 100 </div> 101 101 <div class="adm-tm-item-text"><?php echo $h->lang["admin_theme_menu_help"]; ?></div> … … 103 103 </div> 104 104 <div class="adm-tm-item"> 105 <a href=" /logout/">105 <a href="<?PHP echo SITEURL ?>logout/"> 106 106 <div class="adm-tm-item-icon"> 107 <img src="<?php echo BASEURL; ?>content/admin_themes/admin_default/images/logout_icon.png" />107 <img src="<?php echo SITEURL; ?>content/admin_themes/admin_default/images/logout_icon.png" /> 108 108 </div> 109 109 <div class="adm-tm-item-text"><?php echo $h->lang["admin_theme_menu_logout"]; ?></div>
Note: See TracChangeset
for help on using the changeset viewer.