git-svn-id: https://192.168.0.254/svn/Proyectos.MatritumCantat_Web/trunk@2 8e3496fd-7892-4c45-be36-0ff06e9dacc6
25 lines
633 B
PHP
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);
|
|
|
|
?>
|