Changeset 70 for trunk/app/views/comments
- Timestamp:
- 08/29/07 22:05:46 (15 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/comments/admin_listing.thtml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/comments/admin_listing.thtml
r19 r70 1 1 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 ?> 5 7 6 8 <div class="title_section"> Comment </div> 7 9 8 10 <p><a href="/webquest/add"><img src="/img/actions/new.png" alt="Add new webquest" title="Add new webquest" /></a></p> 9 <? 11 <?php 10 12 11 foreach ($data as $key => $val) { 13 foreach ($data as $key => $val) 14 { 12 15 echo '<p><b>'.$data[$key]['Comment']['title'].'</b></p>'; 13 16 echo '<p>'.$data[$key]['Comment']['conclusion'] . '</p><hr />';
