Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

admin.php 411B

1234567891011121314
  1. <?php
  2. declare(strict_types=1);
  3. /**
  4. * @copyright (c) 2018 Joas Schilling <coding@schilljs.com>
  5. *
  6. * @author Joas Schilling <coding@schilljs.com>
  7. *
  8. * This file is licensed under the Affero General Public License version 3 or
  9. * later. See the COPYING file.
  10. */
  11. script('updatenotification', 'updatenotification');
  12. /** @var array $_ */
  13. ?>
  14. <div id="updatenotification" data-json="<?php p($_['json']); ?>"></div>