Changeset 1946
- Timestamp:
- 09/02/07 21:04:10 (6 years ago)
- Files:
-
- 1 modified
-
website/lib/views/IndexForm.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
website/lib/views/IndexForm.class.php
r1935 r1946 6 6 class IndexForm extends StandardForm{ 7 7 function doGet(){ 8 //global$title, $template_ad, $ad_info,$template_download;8 global $vmenu, $title, $template_ad, $ad_info,$template_download; 9 9 $tmp = $this->fields['title']; 10 10 $tmp .= "Homepage"; 11 11 $this->mergeField('title',$tmp); 12 //$vmenu = 'template_vmenu.html';12 $vmenu = 'template_vmenu.html'; 13 13 $this->registerGlobal('vmenu', 'template_vmenu.html'); 14 14 $this->registerGlobal('template_ad', 'template_ad_big.html');
