
 Kisol Kiss - 2007-12-27 23:02:53
 
After I changed in 
function generateTpl()
    {
        $this->CONTENT = file($this->TPLFILE);
        $this->CONTENT = implode("", $this->CONTENT);
        while (list($key, $val) = each($this->TAG)) {
            $this->CONTENT = ereg_replace($key, $val, $this->CONTENT);
        }
    }
ereg_replace to eregi_replace it suddenly worked!