Re: Album Modul

Geschrieben von bleekk am 1358795287

es funktioniert!!!
VIELEN VIELEN DANK! 

Hier die function als code

public function getIndexHeading() {
$indexheading = '';
$indexheading = $this->getVar('index_heading','s');
if($indexheading != ""){ $indexheading = icms_core_DataFilter::checkVar($indexheading, "html","output");
return $indexheading;
}
}

PS: man sollte in die smarty kein HTML reinpacken. Dafür sind die templates da. Es ist sehr schwierig templates  zu formatieren wenn der HTML code in smarties steckt


Dieser Beitrag stammt von: http://www.impresscms.de/forum/viewtopic.php?topic_id=1386&post_id=8785