Ignore:
Timestamp:
Oct 14, 2012, 7:06:27 PM (12 years ago)
Author:
Zaphod
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped/template/search.tpl

    r14687 r18640  
    2121        <div id="content_cell">
    2222                <div class="content_block">
    23                         {if isset($errors) }
    24                                 <div class="errors">
    25                                         <ul>
    26                                                 {foreach from=$errors item=error}
    27                                                         <li>{$error}</li>
    28                                                 {/foreach}
    29                                         </ul>
    30                                 </div>
    31                         {/if}
     23                        {include file='infos_errors.tpl'}
    3224                        <form class="filter" method="post" name="search" action="{$F_SEARCH_ACTION}">
    3325                                <fieldset>
Note: See TracChangeset for help on using the changeset viewer.