* @version $Rev$ * @since 2.0 * @link www.conlite.org ConLite Portal * * $Id$ */ /** * @copyright four for business AG * @license http://www.contenido.org/license/LIZENZ.txt * @link http://www.4fb.de * @link http://www.contenido.org * @since file available since contenido release <= 4.6 * */ if(!defined('CON_FRAMEWORK')) { die('Illegal call'); } $oLayout = new cApiLayout(Contenido_Security::toInteger($_GET['idlay'])); if($oLayout->virgin) { echo i18n("No such layout"); } else { $code = $oLayout->getLayout(); /* Insert base href */ $base = ''; $code = str_replace("", "\n".$base, $code); eval("?>\n".Contenido_Security::unescapeDB($code)."\n