Advertisement
Azure

jul custom post sidebar crap

Apr 27th, 2012
334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.86 KB | None | 0 0
  1. <?php # ./tlayous/regular.php : L81++
  2. if ($post[uid] == 1920 && !$x_hacks['host'] && true) {
  3.   $brltype = "catgirlredux2011";
  4.  
  5.   $brsidebar = "
  6.  $tblstart
  7.  $set[tdbg] rowspan=2>    
  8.    <div class=\"brsidebar lain-sidebar-$brltype\">
  9.      <div class=\"bruserlink\">&mdash; $set[userlink] &mdash;</div>
  10.      <div class=\"bruserrank\">$set[userrank]</div>" .
  11.       (!empty($reinf) ? "<div class=\"brsyndrome\">$reinf</div>" : "") . "
  12.      <div class=\"bruserpic\">$set[userpic]</div>
  13.    </div>
  14.  </td>
  15.  $set[tdbg] height=1 width=100%>
  16.  <table cellspacing=0 cellpadding=2 width=100% class=fonts>
  17.  <td>Posted on $postdate$threadlink$post[edited]</td>
  18.  <td width=255><nobr>$quote$edit$ip
  19.  </table><tr>
  20.  $set[tdbg] height=220 id=\"post". $post['id'] ."\">$post[headtext]$post[text]$post[signtext]$set[edited]</td>
  21.  $tblend";
  22.  
  23.   return $brsidebar;
  24. }
  25. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement