* Copyright 2007-2008 Michael Holt * Copyright 2007 Melanie Schulz * * See the enclosed file license.txt for license information (LGPL). If you * did not receive this file, see http://www.fsf.org/copyleft/lgpl.html. * * @author Harvey Kane * @author Michael Cochrane * @author Melanie Schulz * @license http://www.fsf.org/copyleft/lgpl.html GNU Lesser General Public License * @link http://www.jojocms.org JojoCMS */ /* Register URI patterns */ Jojo::registerURI("plugins/[action:details]/[id:integer]/[string]", 'JOJO_Plugin_Jojo_pluginmanager'); Jojo::registerURI("plugins/[action:allcomments]/[id:integer]/[string]", 'JOJO_Plugin_Jojo_pluginmanager'); Jojo::registerURI("plugins/[action:download]/[id:integer]/[file:.*]", 'JOJO_Plugin_Jojo_pluginmanager');