document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <?php
  2. if (in_category('10')) {include (TEMPLATEPATH . '/single-blog.php');
  3. }
  4. else { include (TEMPLATEPATH . '/single-unique.php');
  5. }
  6. ?>
');