Guest User

Untitled

a guest
Apr 25th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. Index: cj-coming-soon.php
  2. ===================================================================
  3. --- cj-coming-soon.php (revision 178254)
  4. +++ cj-coming-soon.php (working copy)
  5. @@ -502,7 +502,7 @@
  6. switch ($sp_style) {
  7. case "Default": include('themes/default/index.php'); break;
  8. case "Custom Background": include('themes/custom_bg/index.php'); break;
  9. - case "Custom xHTML": include('themes/custom_xhtml/index.php'); break;
  10. + case "Custom xHTML": include('themes/custom_xHTML/index.php'); break;
  11. case "Without Timer": include('themes/default_no_timer/index.php'); break;
  12. default: include('themes/default/index.php');
  13. }
Add Comment
Please, Sign In to add comment