Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <table id="templates">
- <tr>
- <td <?php if($settings->template=='facebook') echo 'class="curtemp"'; ?>>
- Facebook <br/>
- <a href="?page=templates&switch=facebook">
- <img src="images/templates/facebook.png">
- </a>
- </td>
- <td <?php if($settings->template=='adultcam') echo 'class="curtemp"'; ?>>
- Adult Cam <br/>
- <a href="?page=templates&switch=adultcam">
- <img src="images/templates/adultcam.png">
- </a>
- </td>
- </tr>
- <tr>
- <td <?php if($settings->template=='tinychat') echo 'class="curtemp"'; ?>>
- TinyChat <br/>
- <a href="?page=templates&switch=tinychat">
- <img src="images/templates/tinychat.png">
- </a>
- </td>
- <td <?php if($settings->template=='youtube') echo 'class="curtemp"'; ?>>
- YouTube <br/>
- <a href="?page=templates&switch=youtube">
- <img src="images/templates/youtube.png">
- </a>
- </td>
- </tr>
- <!--
- <td <?php if($settings->template=='a') echo 'class="curtemp"'; ?>>
- Template 1 <br/>
- <a href="?page=templates&switch=template1">
- <img src="images/templates/template1.png">
- </a>
- </td>
- -->
- </tr>
- </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement