Advertisement
Guest User

Untitled

a guest
May 26th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.16 KB | None | 0 0
  1. <div id="right">
  2.             <div class="membership">
  3.                 <div class="item">
  4.                         <?php login_module();?>
  5.             </div>
  6.             <div class="realmlist">
  7.                 <span class="green">set realmlist <?php echo $realmlist;?></span>
  8.             </div>
  9.             <div class="realm_status">
  10.                 <div class="item">
  11.                     <div class="yellow" style="margin-bottom:2px;"><img src="themes/wowcon/images/realm_status_online.png" width="11" height="12" /> <?php echo $realm1;?> </div>
  12.                     <div class="green"><?php realm1_online();?></div>
  13.                 </div>
  14.                 <div class="item">
  15.                     <div class="yellow" style="margin-bottom:2px;"><?php echo $realm2;?></div>
  16.                     <div class="green">Future realm.</div>
  17.                 </div>
  18.                 <div class="item">
  19.                     <div class="yellow" style="margin-bottom:2px;"><?php echo $realm3;?></div>
  20.                     <div class="green">Future realm.</div>
  21.                 </div>
  22.             </div>
  23.             <div class="hot_news">
  24.                 <?php hot_news();?>
  25.             </div>
  26.         </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement