Changeset 12764 for trunk/password.php


Ignore:
Timestamp:
Dec 18, 2011, 10:46:24 PM (13 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/password.php

    r12672 r12764  
    241241// | Process form                                                          |
    242242// +-----------------------------------------------------------------------+
    243 
    244 $page['errors'] = array();
    245 $page['infos'] = array();
    246 
    247243if (isset($_POST['submit']))
    248244{
     
    346342  );
    347343
    348 // +-----------------------------------------------------------------------+
    349 // |                        infos & errors display                         |
    350 // +-----------------------------------------------------------------------+
    351 
    352 $template->assign('errors', $page['errors']);
    353 $template->assign('infos', $page['infos']);
    354344
    355345// include menubar
Note: See TracChangeset for help on using the changeset viewer.