Contenido ist für noch Neuland, aber vielleicht könnt Ihr mir helfen: ich habe eine Webseite übernommen, auf der ein Sprachmenü mit folgendem Code erzeugt wird:
Code: Alles auswählen
<?php
	// assert framework initialization
	defined('CON_FRAMEWORK') || die('Illegal call: Missing framework initialization - request aborted.');
	// use smarty template to output header text
	$tpl = cSmartyFrontend::getInstance();
	$tpl->assign("url", "front_content.php?idcat=$idcat&idart=$idart");
	//$tpl = str_replace('index.html', '',cUri::getInstance()->build($params, true));
	$tpl->display('get.tpl');
?>Was muss ich hier anpassen?
Danke!
VG
Christoph