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

@@ -0,0 +1,10 @@
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['search_type_blogPost'] = 'Blog-Post';
$lang['search_type_blogCategory'] = 'Blog-Kategorie';
$lang['search_type_blogTag'] = 'Blog-Tag';
$lang['search_type_project'] = 'Projekt';
$lang['search_type_projectCategory'] = 'Projekt-Kategorie';
$lang['search_type_user'] = 'Nutzer';
$lang['search_type_userPost'] = 'Post';