0byt3m1n1-V2
Path:
/
home
/
academiac
/
www
/
components
/
com_wrapper
/
[
Home
]
File: router.php
<?php /** * @package Joomla.Site * @subpackage com_wrapper * @copyright Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; /** * @param array * @return array */ function WrapperBuildRoute(&$query) { $segments = array(); if (isset($query['view'])) { unset($query['view']); } return $segments; } /** * @param array * @return array */ function WrapperParseRoute($segments) { $vars = array(); $vars['view'] = 'wrapper'; return $vars; }
©
2018.