This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="navigation"> | |
<div class="center_wrapper"> | |
<ul> | |
<li class="current_page_item"> | |
<a href="http://localhost/AllianceCMS">Home</a> | |
</li> | |
<li> | |
<a href="http://localhost/AllianceCMS/hello/hey">Ciao Folks</a> | |
</li> | |
<li> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Plugin array structure | |
* | |
* Goals: | |
* To define routes so we can facilitate 'Clean URLS' and future development | |
* To define permissions | |
* To allow plugins to override/add to other core, provider (3rd Pary) and custom plugins, without touching their core code | |
* Note: Template overrides are separate from Plugin overrides and will be applied in | |
* the Template system using the directory structure |
NewerOlder