Archived
1
0

Add general search and refactor header

This commit is contained in:
Marcel
2019-01-04 19:41:22 +01:00
parent 3337dbbdcd
commit 2d6fa02b85
10 changed files with 1352 additions and 208 deletions

View File

@@ -81,4 +81,5 @@
$route['reset/(:any)/(:any)'] = 'login/reset/$1/$2';
$route['tools/twitch/(:any)'] = 'tools/twitch?twich-channel=$1';
$route['projects/(:any)'] = 'projects/index/$1';
$route['project/(:any)'] = 'projects/entry/$1';
$route['tools/encrypter/(:any)'] = 'tools/encrypter/index/$1';