public
Description: The ultra-lightweight ultra-flexible blogging engine with a fetish for birds and misspellings.
Homepage: http://chyrp.net/
Clone URL: git://github.com/vito/chyrp.git
Click here to lend your support to: chyrp and make a donation at www.pledgie.com !
Initiate the Route with the MainController in error.php in case it's not
ready when the error is thrown, so the "Log In" link can be properly
displayed.
vito (author)
Tue Nov 11 05:57:45 -0800 2008
commit  5f37681d40109641a59b6f845dbac7218342b649
tree    5d5ad1458f6c9ad398a6037c61e2048979c1e446
parent  cc1ff95533d966b6b6b8cd0c2dffb8f10fdab902
...
8
9
10
 
 
11
12
13
...
8
9
10
11
12
13
14
15
0
@@ -8,6 +8,8 @@
0
     $jquery = is_callable(array("Config", "current")) ?
0
                   Config::current()->url."/includes/lib/gz.php?file=jquery.js" :
0
                   "http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js" ;
0
+
0
+    Route::current(MainController::current());
0
 ?>
0
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
0
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

Comments