Changeset 229 for trunk/app/views/news
- Timestamp:
- 11/28/07 23:26:02 (12 months ago)
- Location:
- trunk/app/views/news
- Files:
-
- 2 modified
-
display.thtml (modified) (1 diff)
-
view.thtml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/news/display.thtml
r177 r229 1 <div id="cintillo">News</div>2 3 1 <div class="titnew"><?php echo $data['News']['title']; ?></div> 4 2 <div class="redaccion">From <i><?php echo $data['Theme']['theme']; ?> dept</i>, -
trunk/app/views/news/view.thtml
r77 r229 1 <div id="cintillo">News</div>2 3 1 <?php 4 foreach( $data as $val) { 2 foreach( $data as $val) 3 { 5 4 ?> 6 5
