Advertisement
Guest User

Untitled

a guest
Dec 4th, 2016
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. <div id="userbar" class="tab-pane">
  2.  
  3. <div class="profile-feed row-fluid">
  4.  
  5. <div class="span12 center">
  6.  
  7. <h4 class="blue">Userbar</h4>
  8.  
  9. <img src="<?php echo Config::$_PAGE_URL; ?>sig/signature.php?name=<?php echo $data->name; ?>" alt="userbar"></br></br>
  10.  
  11. <b>Cod pentru forum xGaming:</b><br /><input type="text" style="width:250px" disabled value="[xGaming=<?php echo $data->name; ?>]" />
  12.  
  13. <br/><br/>
  14.  
  15. <b>Cod HTML pentru alte site-uri:</b><br /><input type="text" style="width:250px" disabled value="[url=&quot;http://virtualg-zone.ro&quot;][img]<?php echo Config::$_PAGE_URL; ?>sig/signature.php?name=<?php echo $data->name; ?>[/img][/url]" />
  16.  
  17. </div>
  18.  
  19. </div>
  20.  
  21. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement