# HG changeset patch # User Dan # Date 1191194864 14400 # Node ID 9b86248e8feee4e9d16accfe86b0ff13f2d94f4f # Parent 42c6c83b8a004163c9cc2d85f3c8eada3b73adf6# Parent 824821224153a95476eb5ca161e9e682db9645c0 Crap, that didn't work. Remerge of 42c6c83b8a00 and 824821224153 diff -r 824821224153 -r 9b86248e8fee .hgtags --- a/.hgtags Sun Sep 30 19:18:09 2007 -0400 +++ b/.hgtags Sun Sep 30 19:27:44 2007 -0400 @@ -3,3 +3,4 @@ 8df3abef66473fef1a8ecbbd60a4e94e4f466ec4 release ca9118d9c0f2be22407860f41523f47b2862b34a rebrand 6f0bbf88c3251ca597cb76ac8b59a1ee61d6dd3d rebrand +0b5244001799fa29e83bf06c5f14eb69350f171c rebrand diff -r 824821224153 -r 9b86248e8fee install.php --- a/install.php Sun Sep 30 19:18:09 2007 -0400 +++ b/install.php Sun Sep 30 19:27:44 2007 -0400 @@ -15,7 +15,7 @@ @include('config.php'); if( ( defined('ENANO_INSTALLED') || defined('MIDGET_INSTALLED') ) && ((isset($_GET['mode']) && ($_GET['mode']!='finish' && $_GET['mode']!='css')) || !isset($_GET['mode']))) { - $_GET['title'] = 'Enano:WhoCaresWhatThisIs'; + $_GET['title'] = 'Enano:Installation_locked'; require('includes/common.php'); die_friendly('Installation locked', '
The Enano installer has found a Enano installation in this directory. You MUST delete config.php if you want to re-install Enano.
If you wish to upgrade an older Enano installation to this version, please use the upgrade script.
'); exit; @@ -25,7 +25,6 @@ define('ENANO_VERSION', '1.0.2'); // In beta versions, define ENANO_BETA_VERSION here -define('ENANO_BETA_VERSION', '1'); if(!defined('scriptPath')) { $sp = dirname($_SERVER['REQUEST_URI']); @@ -261,7 +260,7 @@ } $template = new template_nodb(); -$template->load_theme('stpatty', 'shamrock', false); +$template->load_theme('oxygen', 'bleu', false); $modestrings = Array( 'welcome' => 'Welcome', @@ -314,9 +313,9 @@ case 'welcome': ?>