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

Layout of Evoro.pl

nwknt

New Member
Joined
Apr 1, 2012
Messages
1
Reaction score
1
Hello !

lay.png


skan:
skan
 

Attachments

Last edited by a moderator:
why this layout does not work with me ?
iam working on Gesior
when i put it no images come up or bottons the page is white with no images
what is wrong ?
 
You have to change path's for CSS, images et cetera in layout.php
 
still cant solve it :S

no images appear my page is white with no pics or bar or buttons nothing:S
 
This should work.

PHP:
                                        <div id='menu_top_online'>
                        <center><a href="?subtopic=whoisonline"><font style="color: white; font-variant: upper-caps; text-align: center; text-shadow: black 0px -1px, black -1px 0px, black 1px 1px, black 0px 1px;">
             <small>Currently
          <?PHP
            if($config['status']['serverStatus_online'] == 1)
                echo $config['status']['serverStatus_players'].' Online';
            else
                echo '<b>offline</b>';
          ?></small></font></a></center>
 
Back
Top