Show
Ignore:
Timestamp:
07/16/07 16:10:24 (18 months ago)
Author:
aarkerio
Message:

Add themes scaffold and some images

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/entries/admin_start.thtml

    r25 r34  
    163163 
    164164<?php if ( $othAuth->user('group_id') == 1 ) { ?> 
    165   <div class="main-item" title="Covers" onclick="document.location.href = '/admin/covers/listing'"> 
    166     <span class="main-item-icon"> 
    167        <?php echo $html->link($html->image('cover-icon.png', array("title"=>"Covers", "alt"=>"Covers")), '/admin/covers/listing', null, null, false); ?> 
     165  <div class="main-item" title="News Themes" onclick="document.location.href = '/admin/themes/listing'"> 
     166    <span class="main-item-icon"> 
     167       <?php echo $html->link($html->image('cover-icon.png', array("title"=>"News Themes", "alt"=>"News Themes")), '/admin/themes/listing', null, null, false); ?> 
    168168    </span> 
    169     <?php echo $html->link("Covers", "/covers/listing", array("class"=>"main-item-caption") ) ?>  
     169    <?php echo $html->link("News Themes", "/themes/listing", array("class"=>"main-item-caption") ) ?>  
    170170   </div> 
    171171<?php } ?>