Skip to content

Instantly share code, notes, and snippets.

@jburns131
jburns131 / gist:6170813
Last active December 20, 2015 17:48
Navigation Links Example
<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>
@jburns131
jburns131 / gist:5962739
Last active December 19, 2015 13:29
$plugins array description and usage examples
<?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