• 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 Bug Change Layout

xLosT

Member
Joined
Jan 11, 2010
Messages
1,021
Reaction score
13
Location
Brasil, Rio Grande do Sul
when I changed my layout some functions stopped working they enter the verification of account and character, staying in ajax folder

example I type in a name and create character appears

Please enter new character name.

and I can change that name and not change to

Good. Your name will be:
"Otland Help"
 
I'm sorry for such delayed answer, forgot about it but I looked into this and it had nothing to do with JavaScript. :p

Just add this to your layout, before </head>

PHP:
<?PHP echo $layout_header; ?>
 
Back
Top