Advertisement
Guest User

Untitled

a guest
Jan 16th, 2012
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <?php
  2. if(in_category('8')){
  3. if (function_exists('get_thethe_image_slider')) {
  4. print get_thethe_image_slider('nightlife');
  5. }
  6. }
  7.  
  8. elseif(in_category('13')){
  9. if (function_exists('get_thethe_image_slider')) {
  10. print get_thethe_image_slider('sports');
  11. }
  12. }
  13.  
  14. elseif(is_page('2576')){
  15. if (function_exists('get_thethe_image_slider')) {
  16. print get_thethe_image_slider('whatson');
  17. }
  18. }
  19. else {
  20. if (function_exists('get_thethe_image_slider')) {
  21. print get_thethe_image_slider('frontpage');
  22. }
  23. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement