Show
Ignore:
Timestamp:
05/21/08 15:27:00 (8 months ago)
Author:
aarkerio
Message:

New Try

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/entries/search.ctp

    r258 r541  
    1 <div class="title_section">Results</div> 
     1<?php 
    22 
    3 <div style="padding:4px;margin:4px;"> 
    4 <?php 
     3echo $html->div('title_section','Results'); 
     4 
     5echo '<div style="padding:4px;margin:4px;">'; 
     6 
    57//die(print_r($data)); 
    68 
     
    5153} 
    5254 
    53 if ( $i == 0) 
    54 { 
     55if ( $i == 0): 
    5556   echo "<h3>Sorry, no results found.</h3>"; 
    56 } 
     57endif; 
    5758?> 
    5859</div>