mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
Created init.js file and changed link url in stpl_week to open Software-Raumsuche by OrtKurzbz
This commit is contained in:
@@ -269,8 +269,8 @@ if (isset($_POST['titel']))
|
||||
$addon_obj->loadAddons();
|
||||
foreach($addon_obj->result as $addon)
|
||||
{
|
||||
if(file_exists('../../../addons/'.$addon->kurzbz.'/cis/init.js.php'))
|
||||
echo '<script type="application/x-javascript" src="../../../addons/'.$addon->kurzbz.'/cis/init.js.php" ></script>';
|
||||
if(file_exists('../../../addons/'.$addon->kurzbz.'/cis/softwarebereitstellung/init.js.php'))
|
||||
echo '<script type="application/x-javascript" src="../../../addons/'.$addon->kurzbz.'/cis/softwarebereitstellung/init.js.php"></script>';
|
||||
}
|
||||
|
||||
// Wenn Seite fertig geladen ist Addons aufrufen
|
||||
|
||||
Reference in New Issue
Block a user