Skip to content

Instantly share code, notes, and snippets.

@Javlopez
Created June 2, 2011 18:36
Show Gist options
  • Save Javlopez/1004981 to your computer and use it in GitHub Desktop.
Save Javlopez/1004981 to your computer and use it in GitHub Desktop.
<?php
// no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );
require_once( JApplicationHelper::getPath( 'toolbar_html' ) );
switch ($task)
{
default:
TOOLBAR_config::_DEFAULT();
break;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment