Skip to content

Instantly share code, notes, and snippets.

@koke
Created November 30, 2009 22:16
Show Gist options
  • Save koke/245816 to your computer and use it in GitHub Desktop.
Save koke/245816 to your computer and use it in GitHub Desktop.
Index: cj-coming-soon.php
===================================================================
--- cj-coming-soon.php (revision 178254)
+++ cj-coming-soon.php (working copy)
@@ -502,7 +502,7 @@
switch ($sp_style) {
case "Default": include('themes/default/index.php'); break;
case "Custom Background": include('themes/custom_bg/index.php'); break;
- case "Custom xHTML": include('themes/custom_xhtml/index.php'); break;
+ case "Custom xHTML": include('themes/custom_xHTML/index.php'); break;
case "Without Timer": include('themes/default_no_timer/index.php'); break;
default: include('themes/default/index.php');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment