• 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 How to change OT NAME?

In config.php on Znote AAC edit

$config['site_title']

To something else than 'OT Name'.
 
Solution
on layout www\layouts\tibiacom\layout.php

paste under
PHP:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />


this
PHP:
<title><?PHP echo $config['server']['serverName']; ?> - <?PHP echo $topic; ?></title>
 
Back
Top