Hallo Zusammen!
Ich kämpfe gerade mit einer TemplaVoila-Seite. Problem: im Frontend ist ein Stück Code zu sehen:
Ansonsten geht die Seite wunderbar. Hat jemand eine Idee woher so etwas kommen könnte?
Danke!
VG
Christoph
Ich kämpfe gerade mit einer TemplaVoila-Seite. Problem: im Frontend ist ein Stück Code zu sehen:
PHP-Code:
<?
/**
* class.user_tools.php
*
* Helpful userFuncs
*/
class user_tools {
/*
* renderDAMimages()
*
* @param string $content
* @param array $conf
* @return $content string
*/
function renderDAMimages($content, $conf) {
$imgList = $this->cObj->stdWrap($conf['imgList'], $conf['imgList.']);
$imageSrcs = explode(',', $imgList);
$content = '';
foreach($imageSrcs as $imageSrc) {
$image = $conf['image.'];
$image['file'] = $imageSrc;
$content .= $this->cObj->cObjGetSingle($conf['image'], $image);
}
$content = $this->cObj->stdWrap($content, $conf['stdWrap.']);
return $content;
}
.....
Danke!
VG
Christoph
Code auf der Seite zu sehen?!
Aucun commentaire:
Enregistrer un commentaire