Ignore:
Timestamp:
12/04/08 14:28:48 (3 years ago)
Author:
WanWizard
Message:

rewritten part of the search module logic. Now a session variable is used to store the search parameters, so they don't have to be exposed in the URL anymore
fixed some syntax errors in queries when using MySQL5.x
fixed some layout and locale issues in the search module output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/templates/main.search.tpl

    r1935 r2090  
    209209    {include file="_closetable.tpl"} 
    210210    {if $rows > $items_per_page} 
    211         {makepagenav start=$rowstart count=$items_per_page total=$rows range=$settings.navbar_range link=$pagenav_url} 
     211        {makepagenav start=$rowstart count=$items_per_page total=$rows range=$settings.navbar_range link=$smarty.const.FUSION_SELF|cat:"?action=search&search_id="|cat:$search_id|cat:"&"} 
    212212    {/if} 
    213213{/if} 
Note: See TracChangeset for help on using the changeset viewer.