PDF rausgenommen

This commit is contained in:
aschwarz
2023-01-23 11:03:31 +01:00
parent 82d562a322
commit a6523903eb
28078 changed files with 4247552 additions and 2 deletions

View File

@ -0,0 +1,27 @@
<?php
/* ----------------------------------------------------------------------
$Id: plugins.php 437 2013-06-22 15:33:30Z r23 $
MyOOS [Shopsystem]
https://www.oos-shop.de
Copyright (c) 2003 - 2019 by the MyOOS Development Team.
----------------------------------------------------------------------
Released under the GNU General Public License
---------------------------------------------------------------------- */
$bActive = ($_SESSION['selected_box'] == 'plugins' ) ? TRUE : FALSE;
$aBlocks[] = array(
'heading' => BOX_HEADING_PLUGINS,
'link' => oos_href_link_admin(basename($_SERVER['PHP_SELF']), oos_get_all_get_params(array('selected_box')) . 'selected_box=plugins'),
'icon' => 'fa fa-plug',
'active' => $bActive,
'contents' => array(
array(
'code' => $aContents['plugins'],
'title' => BOX_PLUGINS_EVENT,
'link' => oos_href_link_admin($aContents['plugins'], 'selected_box=plugins')
),
),
);