Show
Ignore:
Timestamp:
08/29/07 22:05:46 (15 months ago)
Author:
aarkerio
Message:

Update

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/comments/admin_listing.thtml

    r19 r70  
    11 
    2 <?php echo $html->addCrumb('Control Tools', '/entries/index'); ?>  
    3 <?php echo $html->addCrumb('Comments', '/webquests/listing'); ?>  
    4 <?php echo $html->getCrumbs(' / '); ?> 
     2<?php  
     3  echo $html->addCrumb('Control Tools', '/entries/index');  
     4  echo $html->addCrumb('Comments', '/webquests/listing');  
     5  echo $html->getCrumbs(' / ');  
     6?> 
    57 
    68<div class="title_section"> Comment </div> 
    79 
    810<p><a href="/webquest/add"><img src="/img/actions/new.png" alt="Add new webquest" title="Add new webquest" /></a></p> 
    9 <? 
     11<?php 
    1012 
    11 foreach ($data as $key => $val) { 
     13foreach ($data as $key => $val)  
     14{ 
    1215        echo '<p><b>'.$data[$key]['Comment']['title'].'</b></p>'; 
    1316        echo '<p>'.$data[$key]['Comment']['conclusion'] . '</p><hr />';