Advertisement
Sayshal

Untitled

Aug 20th, 2011
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.40 KB | None | 0 0
  1.     {
  2.         echo '
  3.                 <li id="button_" href= "http://mc.sayshal.com/paypal">
  4.                     <a class="', $button['active_button'] ? 'active ' : '', 'firstlevel" href="', $button['href'], '"', isset($button['target']) ? ' target="' . $button['target'] . '"' : '', '>
  5.                         <span class="', isset($button['is_last']) ? 'last ' : '', 'firstlevel">', $button['title'], '</span>
  6.                     </a>';
  7.         if (!empty($button['sub_buttons']))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement