• 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] Metalic Template

FabianoBN

l|¬¬"|l
Joined
Jan 23, 2009
Messages
745
Reaction score
22
Location
Goias - Brazil
Credits at the end of the topic.

SS:
94852884.jpg

Download:
Metalic Template

Note:
For the Template fuction 100%

Change those things on your site:
In config.php:
Add this:

PHP:
/* Edit this for modification on banner */
$header1 = "Welcome to Modern AAC";
$header2 = "Create your accont.";
$text = "Help the server to get online 24 hours a day, make your donation now.";
/*Finish*/
And Modify this in UItheme:
PHP:
$config['UItheme'] = "../../templates/metalic/images/jquery-ui-1.8.4.custom.css";
In system/template_variables.php:
Add this:

PHP:
$smarty->assign('header1', $header1);
$smarty->assign('header2', $header2);
$smarty->assign('text', $text);

And ended template up working 100%.

Credits:
Create Template- Templatemo
Coded for Modern AAC - FabianoBN
 
Back
Top