Changeset 541 for trunk/app/views/entries/search.ctp
- Timestamp:
- 05/21/08 15:27:00 (8 months ago)
- Files:
-
- 1 modified
-
trunk/app/views/entries/search.ctp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/views/entries/search.ctp
r258 r541 1 < div class="title_section">Results</div>1 <?php 2 2 3 <div style="padding:4px;margin:4px;"> 4 <?php 3 echo $html->div('title_section','Results'); 4 5 echo '<div style="padding:4px;margin:4px;">'; 6 5 7 //die(print_r($data)); 6 8 … … 51 53 } 52 54 53 if ( $i == 0) 54 { 55 if ( $i == 0): 55 56 echo "<h3>Sorry, no results found.</h3>"; 56 } 57 endif; 57 58 ?> 58 59 </div>
