• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Change website template

flaxe

the one and only
Joined
Jun 12, 2009
Messages
336
Reaction score
2
Location
Sweden
Hey, In all the layouts in the download forum it just says that I should edit this line:
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!
 
Nevermind ^^, just saw that I should open the config map and edit config.ini ^^ and not the config.php that everyone else says :P
 
Are you using Unnamed ACC Maker?

If you are, download the template you want, extract it for
C:\xampp\htdocs\layouts
open config.php in:
C:/xampp/htdocs/config
and change this line:
$config['site']['layout'] = "TEMPLATE NAME HERE"; // layout name

Where TEMPLATE NAME HERE is the name of template's folder you putted in the folder "layouts".

Cya.
 
Back
Top