Coding standard fixes. Routes: Error page override works now. Welcome controller: Return false where needed. Header-view: lnk-helper function to help highlight current page matching links. ecards-helper: lnk() and checkboxes(), needs commenting. new-view: values for javascript, Image name for dropdown. style.css: better colours, footer links not so prominent, helper classes, moved cursor: move from users without javascript. scripts.js: documentation.

This commit is contained in:
Ismo Vuorinen
2013-07-16 18:42:36 +03:00
parent 4bb689166d
commit adaca5b8b2
9 changed files with 211 additions and 115 deletions

View File

@@ -46,7 +46,7 @@ if (empty($route)) {
}
$route['default_controller'] = "welcome";
$route['404_override'] = 'error404';
$route['404_override'] = 'welcome/error404';
$route['uusi'] = $route['default_controller']."/newCard";
$route['kaikki'] = $route['default_controller']."/ecards";