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

Solved [MODERN ACC] Template didn't appear.

Thunder Veloz

New Member
Joined
Sep 14, 2009
Messages
11
Reaction score
0
I've just ended making my template. I've changed this:
Code:
/*Template that should be used on website*/
$config['layout'] = "default";
to this
Code:
/*Template that should be used on website*/
$config['layout'] = "mytemp";
and it showing me blank page.

My template is located at
Code:
...\www\templates\mytemp

Any suggestions ?
Sorry for my bad english :]
 
Last edited:
How can I change it when I works at Uniform Server (hosting at my computer) ?

(im a bit newbie, im using chmods only at ftp'es.)

EDIT:

SORRY !
Wrong alarm, I've placed {foreach from=$worlds key=id item=world} two times, so it doesn't work.
 
Last edited:
Back
Top