Advertisement
Guest User

Untitled

a guest
Mar 17th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <div id="sidemenu-right">
  2. <?php include $this->themePath('main/loginbox.php', true) ?>
  3. <?php include $this->themePath('main/logged-in.php', true) ?>
  4. <?php if (in_array($params->get('module'), array('donate', 'purchase'))) include $this->themePath('main/balance.php', true) ?>
  5. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement