diff --git a/LICENSE b/LICENSE index 27a1f7b..73d4ba9 100644 --- a/LICENSE +++ b/LICENSE @@ -4,7 +4,7 @@ Ultrose is licensed under both MIT and GPLv3. ===========================MIT LICENSE================================================ -Copyright (c) 2011 Dan Nagle (http://dannagle.com) +Copyright (c) 2012 Dan Nagle (http://dannagle.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/README.mdown b/README.mdown index 37165d9..15b473b 100644 --- a/README.mdown +++ b/README.mdown @@ -4,7 +4,7 @@ As a zero-install single file under 50 KB, you get: -* 22 Custom themes to choose from (including "random") +* 24 Custom themes to choose from (including "random") * Emailer (with custom "From" address) * Area for nav links * Public File Browser @@ -26,7 +26,7 @@ The first 150 lines of code is the best documenation. You can enable/disable log ##Credits -Copyright (c) 2011 [Dan Nagle][personal_site] +Copyright (c) 2012 [Dan Nagle][personal_site] [ultrose_website]: http://ultrose.com [personal_site]: http://dannagle.com diff --git a/index.php b/index.php index 79423c7..ef18b5b 100644 --- a/index.php +++ b/index.php @@ -22,7 +22,7 @@ ===========================MIT LICENSE================================================ -Copyright (c) 2011 Dan Nagle (http://dannagle.com) +Copyright (c) 2012 Dan Nagle (http://dannagle.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software @@ -124,18 +124,21 @@ -//22 available Google-hosted themes. Comment them out to keep them out of rotation -//$themes[] = "ui-lightness"; -$themes[] = "sunny"; +//24 available Google-hosted themes. +//Comment them out to keep them out of rotation +$themes[] = "ui-lightness"; $themes[] = "ui-darkness"; +$themes[] = "smoothness"; +$themes[] = "start"; $themes[] = "redmond"; +$themes[] = "sunny"; $themes[] = "overcast"; $themes[] = "le-frog"; $themes[] = "flick"; $themes[] = "pepper-grinder"; $themes[] = "eggplant"; -$themes[] = "cupertino"; $themes[] = "dark-hive"; +$themes[] = "cupertino"; $themes[] = "south-street"; $themes[] = "blitzer"; $themes[] = "humanity"; @@ -312,18 +315,15 @@ } -?> - - +?> <?php echo htmlspecialchars($title." | ".$slogan); ?> - + - - + - @@ -460,12 +460,16 @@ function() { $(this).removeClass('ui-state-hover'); } { width:950px; margin:0 auto; + /* + color:#cfe1e4; + */ } -