fakecheck
This commit is contained in:
@@ -26,8 +26,14 @@ $lang = in_array($lang, ['de','en','it','fr']) ? $lang : 'en';
|
||||
|
||||
// Basis-URL für Reports
|
||||
$baseUrl = "https://usbcheck.it";
|
||||
?>
|
||||
|
||||
if (function_exists('tpl_add_script')) {
|
||||
tpl_add_script('/assets/js/fakecheck.js', 'footer', true, false, '', null);
|
||||
}
|
||||
if (function_exists('tpl_add_style')) {
|
||||
tpl_add_style('/assets/css/fakecheck.css', 'header');
|
||||
}
|
||||
?>
|
||||
<?php tpl('layout_start', 'structure'); ?>
|
||||
|
||||
<?php tpl('hero', 'landing', 'fakecheck'); ?>
|
||||
|
||||
Reference in New Issue
Block a user