mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 01:26:11 -08:00
33 lines
794 B
PHP
Executable File
33 lines
794 B
PHP
Executable File
<?php
|
|
|
|
require 'php/templates/header.php';
|
|
require 'php/templates/notification.php';
|
|
?>
|
|
|
|
<script src="js/pialert_common.js"></script>
|
|
|
|
<!-- Page ------------------------------------------------------------------ -->
|
|
<div class="content-wrapper">
|
|
|
|
<!-- Content header--------------------------------------------------------- -->
|
|
<section class="content-header">
|
|
|
|
<h1 id="pageTitle">
|
|
<i class="fa fa-fw fa-plug"></i> <?= lang('Navigation_Plugins');?>
|
|
<span class="pageHelp"> <a target="_blank" href="https://github.com/jokob-sk/Pi.Alert/tree/main/front/plugins"><i class="fa fa-circle-question"></i></a><span>
|
|
</h1>
|
|
</section>
|
|
|
|
|
|
<?php
|
|
require 'pluginsCore.php';
|
|
?>
|
|
|
|
|
|
</div>
|
|
|
|
<?php
|
|
require 'php/templates/footer.php';
|
|
?>
|
|
|