• 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!

[Modern AAC] Paxton 6.0

Paxton

Banned User
Joined
Feb 23, 2008
Messages
4,110
Reaction score
48
Location
London, UK
This is start of new series of templates, this time for Modern AAC.

Screenshot

664274.jpeg


Download

paxton6.0.rar

Installation

Open config.php

And change the value of:

PHP:
$config['layout']

to paxton6.0

example:

PHP:
$config['layout'] = "paxton6.0";

Change the value of
PHP:
$config['UItheme']

to : ../../templates/paxton6.0/eggplant/jquery-ui-1.8.2.custom.css

for example:

PHP:
$config['UItheme'] = "../../templates/paxton6.0/eggplant/jquery-ui-1.8.2.custom.css";

Thanks.

This is one of WOW templates, just in case.
 
Last edited:
Your aac is great, but i have to admin this time your layout sux :(
 
wtf? i use this template and i see error:
A PHP Error was encountered

Severity: Notice

Message: Undefined index: UItheme

Filename: fumbilia.pl/index.php

Line Number: 187
A PHP Error was encountered

Severity: Notice

Message: Undefined index: UItheme

Filename: system/template_variables.php

Line Number: 10
 
PHP:
$config['UTtheme'] = "../../templates/paxton6.0/eggplant/jquery-ui-1.8.2.custom.css";

must be:

PHP:
$config['UItheme'] = "../../templates/paxton6.0/eggplant/jquery-ui-1.8.2.custom.css";
 
Am I allowed to edit the banner / header? :p like set the server name on it :p
 
Back
Top