Changeset 2081

Show
Ignore:
Timestamp:
09/07/07 11:57:15 (6 years ago)
Author:
kop-labs
Message:

fixed admin index

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • website/lib/views/admin/IndexForm.class.php

    r2078 r2081  
    88        //global $vmenu, $title, $template_ad, $ad_info,$template_download; 
    99        $tmp = $this->fields['title']; 
    10         $tmp .= "Homepage"; 
     10        $tmp .= "News"; 
    1111        $this->mergeField('title',$tmp); 
    1212    }