Advertisement
Guest User

Ovidiu

a guest
Dec 25th, 2008
533
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1. <?php if (function_exists('classybody')) {
  2.        print '<body class="'.classybody().'">';
  3.    } else {
  4.        print '<body>';
  5.    } ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement