# HG changeset patch # User nanaya # Date 1438948909 -32400 # Node ID 4e85d97e41b63d0b0e3b161373db806e635db309 # Parent c388003e921aa99bbee6db25ba5b54a88c6a21f8 Whoops, forgot the global uri. diff -r c388003e921a -r 4e85d97e41b6 index.php --- a/index.php Sun May 24 18:50:07 2015 +0900 +++ b/index.php Fri Aug 07 21:01:49 2015 +0900 @@ -86,6 +86,7 @@ } function up_link() { + global $uri; if ($uri !== "/") { return "" . link_to(dirname($uri) . "/", "[up]") . ""; }