00001 <?php 00002 // $Id: search-result.tpl.php,v 1.1 2007/10/31 18:06:38 dries Exp $ 00003 00048 ?> 00049 <dt class="title"> 00050 <a href="<?php print $url; ?>"><?php print $title; ?></a> 00051 </dt> 00052 <dd> 00053 <?php if ($snippet) : ?> 00054 <p class="search-snippet"><?php print $snippet; ?></p> 00055 <?php endif; ?> 00056 <?php if ($info) : ?> 00057 <p class="search-info"><?php print $info; ?></p> 00058 <?php endif; ?> 00059 </dd>