Hey, In all the layouts in the download forum it just says that I should edit this line:
but now the problem is that I dont got that line. the only lines I got is
Where should I change? Or am I even in the wrong file... ? I'm looking in the "config-and-functions.php" file.
Thanks in advance!
Code:
$config['site']['layout'] = "CHANGE THIS"; // layout name
but now the problem is that I dont got that line. the only lines I got is
Code:
$SQL = POT::getInstance()->getDBHandle();
$layout_name = "layouts/".$layout_name = $config['site']['layout'];;
$layout_ini = parse_ini_file($layout_name.'/layout_config.ini');
foreach($layout_ini as $key => $value)
$config['site'][$key] = $value;
Where should I change? Or am I even in the wrong file... ? I'm looking in the "config-and-functions.php" file.
Thanks in advance!