Die eine ist auf Basis von Smarty:
Code: Alles auswählen
$tpl->set('s', 'ID', 'oTplSel');
$tpl->set('s', 'CLASS', 'text_medium');
$tpl->set('s', 'OPTIONS', '');
$tpl->set('s', 'CAPTION', '');
$tpl->set('s', 'SESSID', $sess->id);
$tpl->generate($cfg['path']['templates'] . $cfg['templates']['style_left_top']);
Code: Alles auswählen
$page = new cGuiPage("main", "xst_contactTeaser");
$page->addStyle("../templates/".$tplName."/css/cT.main.css");
$label = new cHTMLLabel(i18n($key),$key);
$wrapper->appendContent($label);
$page->appendContent($wrapper);
$page->render();
}