This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
MatritumCantat_Web/www/components/com_sef/sef_ext/com_banners.php
2012-09-18 20:02:43 +00:00

25 lines
633 B
PHP

<?php
/**
* sh404SEF prototype support for Banners component.
* Copyright Yannick Gaultier (shumisha) - 2007
* shumisha@gmail.com
* @version $Id: com_banners.php 197 2007-12-08 19:01:20Z silianacom-svn $
* {shSourceVersionTag: Version x - 2007-09-20}
*/
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
global $sefConfig;
$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);
?>