Advertisement
johnburn

Untitled

May 25th, 2012
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.23 KB | None | 0 0
  1. <table id="templates">
  2.            
  3.             <tr>
  4.                
  5.                 <td <?php if($settings->template=='facebook') echo 'class="curtemp"'; ?>>
  6.                     Facebook <br/>
  7.                     <a href="?page=templates&switch=facebook">
  8.                         <img src="images/templates/facebook.png">
  9.                     </a>
  10.                 </td>
  11.                
  12.                 <td <?php if($settings->template=='adultcam') echo 'class="curtemp"'; ?>>
  13.                     Adult Cam <br/>
  14.                     <a href="?page=templates&switch=adultcam">
  15.                         <img src="images/templates/adultcam.png">
  16.                     </a>
  17.                 </td>
  18.            
  19.             </tr>
  20.            
  21.             <tr>
  22.                
  23.                 <td <?php if($settings->template=='tinychat') echo 'class="curtemp"'; ?>>
  24.                     TinyChat <br/>
  25.                     <a href="?page=templates&switch=tinychat">
  26.                         <img src="images/templates/tinychat.png">
  27.                     </a>
  28.                 </td>
  29.                
  30.                 <td <?php if($settings->template=='youtube') echo 'class="curtemp"'; ?>>
  31.                     YouTube <br/>
  32.                     <a href="?page=templates&switch=youtube">
  33.                         <img src="images/templates/youtube.png">
  34.                     </a>
  35.                 </td>
  36.            
  37.             </tr>
  38.            
  39.                
  40.                 <!--
  41.                 <td <?php if($settings->template=='a') echo 'class="curtemp"'; ?>>
  42.                     Template 1 <br/>
  43.                     <a href="?page=templates&switch=template1">
  44.                         <img src="images/templates/template1.png">
  45.                     </a>
  46.                 </td>
  47.                 -->
  48.  
  49.             </tr>
  50.        
  51.         </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement