Skip to content

Plugin : Provide a panel page

camlafit edited this page Jan 26, 2017 · 2 revisions

All pages are set in /usr/share/alternc/panel/admin/ directory. File have name pluing prefix and followed by action done by page as :

  • example_list.php
  • example_doadd.php
  • example_dodel.php

Base template is as this :

<?php
require_once("../class/config.php");
include_once("head.php");
?>

<h3><?php __("Example action title"); ?></h3>
<hr id="topbar"/>
<br />

<?php include_once("foot.php"); ?>