diff --git a/content/includes/footer.blade.php b/content/includes/footer.blade.php index c35a83a..9b89652 100644 --- a/content/includes/footer.blade.php +++ b/content/includes/footer.blade.php @@ -34,9 +34,9 @@

- Tel. 09677 914738 + Tel: 0967/7914738
- Mobil. 015125207714 + Mobil: 0151/25207714
diff --git a/content/includes/meta.blade.php b/content/includes/meta.blade.php index 6e98c10..e5d8b9d 100644 --- a/content/includes/meta.blade.php +++ b/content/includes/meta.blade.php @@ -37,72 +37,6 @@ @endif - @if(App::environment('production')) - - additional_fields['13'] == 'Praktikum') { - $employmentType = "INTERN"; - } - - if ($nach->additional_fields['13'] == 'Vollzeit') { - $employmentType = "FULL_TIME"; - } - - if ($nach->additional_fields['13'] == 'Teilzeit') { - $employmentType = "PART_TIME"; - } - - if ($nach->additional_fields['13'] == 'Ausbildung') { - $employmentType = "INTERN"; - } - - function escapeJsonString($value) { - $escapers = array("\\", "/", "\"", "\n", "\r", "\t", "\x08", "\x0c"); - $replacements = array("\\\\", "\\/", "\\\"", "\\n", "\\r", "\\t", "\\f", "\\b"); - $result = str_replace($escapers, $replacements, $value); - - return $result; - } - ?> - - - - @endif - - - - - @elseif (\Route::currentRouteName() == 'list.get' and isset($listModel)) diff --git a/content/master.blade.php b/content/master.blade.php index 7a07c90..6930de1 100644 --- a/content/master.blade.php +++ b/content/master.blade.php @@ -5,7 +5,7 @@ @include('template.'.config('settings.template').'.content.includes.css') -