root/website/lib/views/admin/IndexForm.class.php @ 2082

Revision 2082, 388 bytes (checked in by kop-labs, 6 years ago)

fixed admin index

Line 
1<?php
2
3require_once(dirname(__FILE__) . "/../../ConfigUtil.class.php");
4$cfg = new ConfigUtil();
5$cfg->load("views.admin.StandardForm");
6class IndexForm extends StandardForm{
7    function doGet(){
8        //global $vmenu, $title, $template_ad, $ad_info,$template_download;
9        $tmp = $this->fields['title'];
10        $tmp .= "News";
11        $this->mergeField('title',$tmp);
12    }
13}
14?>
Note: See TracBrowser for help on using the browser.