Author: rado
Date: Tue Jun  5 08:03:24 2007
New Revision: 507

URL: http://svn.gna.org/viewcvs/phplinker?rev=507&view=rev
Log:

#177

URL search

Modified:
    trunk/smarty/default/templates/index.tpl
    trunk/www/index.php

Modified: trunk/smarty/default/templates/index.tpl
URL: 
http://svn.gna.org/viewcvs/phplinker/trunk/smarty/default/templates/index.tpl?rev=507&r1=506&r2=507&view=diff
==============================================================================
--- trunk/smarty/default/templates/index.tpl (original)
+++ trunk/smarty/default/templates/index.tpl Tue Jun  5 08:03:24 2007
@@ -83,7 +83,7 @@
 <tr><td>
 <table border="0" cellspacing="0" cellpadding="5" width="75%" align="center">
 <tr>
-    <td align="center">{$link}<b><span style="font-size:12px;">{$nbr} site(s) 
trouvé(s)</span><b></td>
+    <td align="center">{$link}<b><span 
style="font-size:12px;">{$nbr}</span><b></td>
   </tr>
 </table>
 </td></tr>

Modified: trunk/www/index.php
URL: 
http://svn.gna.org/viewcvs/phplinker/trunk/www/index.php?rev=507&r1=506&r2=507&view=diff
==============================================================================
--- trunk/www/index.php (original)
+++ trunk/www/index.php Tue Jun  5 08:03:24 2007
@@ -88,7 +88,7 @@
    $selectBox = $pager->getPerPageSelectBox();
    $link =  $links['all'];
    linker_tpl("myData" , $myData);
-   linker_tpl("nbr" ,$nb);
+   linker_tpl("nbr" ,$nb." site(s) trouvé(s)");
    linker_tpl("selectBox" , $selectBox);
    linker_tpl("page_data" , $page_data);
    linker_tpl("links" , $links);


_______________________________________________
PHPLinker-commits mailing list
[email protected]
https://mail.gna.org/listinfo/phplinker-commits

Reply via email to