Ignore:
Timestamp:
Dec 18, 2011, 10:46:24 PM (12 years ago)
Author:
mistic100
Message:

feature:2538 Make a unified messages management
use only $pageinfos and $pageerrors vars and and necessary template to all main pages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/template/search.tpl

    r12693 r12764  
    3131        </div>
    3232
    33 {if isset($errors) }
    34 <div class="errors">
    35   <ul>
    36     {foreach from=$errors item=error}
    37     <li>{$error}</li>
    38     {/foreach}
    39   </ul>
    40 </div>
    41 {/if}
     33{include file='infos_errors.tpl'}
    4234
    4335<form class="filter" method="post" name="search" action="{$F_SEARCH_ACTION}">
Note: See TracChangeset for help on using the changeset viewer.