Changeset 1913


Ignore:
Timestamp:
06/07/10 05:28:52 (3 years ago)
Author:
shibuya246
Message:

[Branch 1.4] change to using SITEURL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.4/content/admin_themes/admin_default/admin_header.php

    r1900 r1913  
    4444        <!-- End --> 
    4545         
    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"> --> 
    4949         
    5050        <?php $h->pluginHook('admin_header_include_raw'); ?> 
     
    5757        <div class="adm-frame"> 
    5858                <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"/> 
    6060                        <div class="adm-header-verion"><?php echo $h->lang["admin_theme_header_hotarucms"]; ?><?php echo $h->version; ?></div> 
    6161                        <div class="adm-header-admin"><a href="<?php echo $h->url(array(), 'admin'); ?>"><?php echo $h->lang["admin_theme_header_admin"]; ?></a></div> 
     
    6363                <div class="adm-top-menu">                   
    6464                    <div class="adm-tm-item"> 
    65                         <a href="<?php echo BASEURL; ?>"> 
     65                        <a href="<?php echo SITEURL; ?>"> 
    6666                            <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" /> 
    6868                            </div> 
    6969                            <div class="adm-tm-item-text"><?php echo $h->lang["admin_theme_menu_site_home"]; ?></div> 
     
    7373                        <a href="<?php echo $h->url(array(), 'admin'); ?>"> 
    7474                            <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"> 
    7676                            </div> 
    7777                            <div class="adm-tm-item-text"><?php echo $h->lang["admin_theme_menu_admin_home"]; ?></div> 
     
    8181                        <a href="http://hotarucms.org/forum.php"> 
    8282                            <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 "/> 
    8484                            </div> 
    8585                            <div class="adm-tm-item-text"><?php echo $h->lang["admin_theme_menu_hotaru_forums"]; ?></div> 
     
    9797                        <a href="http://hotarudocs.com"> 
    9898                            <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" /> 
    100100                            </div> 
    101101                            <div class="adm-tm-item-text"><?php echo $h->lang["admin_theme_menu_help"]; ?></div> 
     
    103103                    </div> 
    104104                    <div class="adm-tm-item"> 
    105                         <a href="/logout/"> 
     105                        <a href="<?PHP echo SITEURL ?>logout/"> 
    106106                            <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" /> 
    108108                            </div> 
    109109                            <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.