Changeset 1874

Show
Ignore:
Timestamp:
09/02/07 16:38:23 (6 years ago)
Author:
kop-labs
Message:

Added functions : lazy merge

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • website/lib/views/StandardForm.class.php

    r1873 r1874  
    1919    function processRequest(){ 
    2020         
     21        $this->loadTemplate("index"); 
    2122        parent::processRequest(); 
    22         $this->loadTemplate("index"); 
     23 
    2324        $this->mergeField('top','template_top.html'); 
    2425        $this->mergeField('template_menu','template_menu.html');