Zwii-Modules/geogallery/profil/main/add.inc.php

10 lines
677 B
PHP
Raw Normal View History

<?php $moduleData['geogallery'] = [
'add' => $this->getInput('profilAddGeogalleryAdd', helper::FILTER_BOOLEAN),
'edit' => $this->getInput('profilAddGeogalleryEdit', helper::FILTER_BOOLEAN),
'delete' => $this->getInput('profilAddGeogalleryDelete', helper::FILTER_BOOLEAN),
'theme' => $this->getInput('profilAddGeogalleryTheme', helper::FILTER_BOOLEAN),
'config' => $this->getInput('profilAddGeogalleryAdd', helper::FILTER_BOOLEAN) ||
$this->getInput('profilAddGeogalleryEdit', helper::FILTER_BOOLEAN) ||
$this->getInput('profilAddGeogalleryDelete', helper::FILTER_BOOLEAN) ||
$this->getInput('profilAddGeogalleryTheme', helper::FILTER_BOOLEAN)
2024-08-16 15:57:50 +02:00
];