| Current Path : /home/sunflowe/www2/vacancesfloride/_AncienSite/components/_com_sh404sef/sef_ext/ |
| Current File : /home/sunflowe/www2/vacancesfloride/_AncienSite/components/_com_sh404sef/sef_ext/com_banners.php |
<?php
/**
* sh404SEF prototype support for Banners component.
* Copyright Yannick Gaultier (shumisha) - 2007
* shumisha@gmail.com
* @version $Id: com_banners.php 1018 2009-09-04 21:41:47Z silianacom-svn $
* {shSourceVersionTag: Version x - 2007-09-20}
*/
defined( '_JEXEC' ) or die( 'Direct Access to this location is not allowed.' );
$sefConfig = & shRouter::shGetConfig();
$shName = shGetComponentPrefix($option);
$title[] = empty($shName) ? 'banners':$shName;
$title[] = '/';
$title[] = $task . $bid . $sefConfig->suffix;
if (count($title) > 0) $string = sef_404::sefGetLocation($string, $title,null);
?>