Changeset 2046
- Timestamp:
- 09/07/07 00:19:59 (6 years ago)
- Files:
-
- 1 modified
-
website/lib/views/StandardForm.class.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
website/lib/views/StandardForm.class.php
r2045 r2046 3 3 $cfg = new ConfigUtil(); 4 4 $cfg->load("views.Servlet"); 5 global $tname; 6 $tname = $cfg->nameTemplate; 5 7 class StandardForm extends Servlet{ 6 8 function processRequest(){ … … 33 35 34 36 $this->registerGlobal('template', 'templates/default'); 35 $tname = $cfg->nameTemplate; 36 echo $tname; 37 echo $cfg; 38 echo "lost"; 37 39 38 $tdir = "templates/$tname"; 40 39 $this->mergeField('template', $tdir);
