From 9562803f4ff50a78986c95556c75ad2c6e81c9c5 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Mon, 7 May 2012 00:53:52 +0200 Subject: [PATCH] Changed overview and account routes --- frontend/rewrite.php | 4 ++-- frontend/templates/main.tpl | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/rewrite.php b/frontend/rewrite.php index e5306c1..fc2546a 100644 --- a/frontend/rewrite.php +++ b/frontend/rewrite.php @@ -49,8 +49,8 @@ try $mainrouter->routes = array( 0 => array( - '^/?$' => "module.home.php", - '^/containers/?$' => "module.list.php", + '^/?$' => "module.list.php", + '^/account/?$' => "module.account.php", '^/login/?$' => "module.login.php", '^/logout/?$' => "module.logout.php", '^/([0-9]+)(/.*)?$' => "module.vps.php" diff --git a/frontend/templates/main.tpl b/frontend/templates/main.tpl index 9730bd8..aaf6c54 100644 --- a/frontend/templates/main.tpl +++ b/frontend/templates/main.tpl @@ -4,10 +4,10 @@ CVM - + - - + +