Files
cmsPRO/templates_user/site/title.php
2026-02-22 21:59:33 +01:00

41 lines
769 B
PHP

<? global $lang, $config, $settings, $lang_id; ?>
<?
if ( \S::get( 'id' ) == 6 ):
$class = "site-title--business";
endif;
if ( \S::get( 'id' ) == 8 ):
$class = "site-title--culture";
endif;
if ( \S::get( 'id' ) == 7 ):
$class = "site-title--moto";
endif;
if ( \S::get( 'id' ) == 3 ):
$class = "site-title--journalism";
endif;
if ( \S::get( 'id' ) == 5 ):
$class = "site-title--chronicle";
endif;
if ( \S::get( 'id' ) == 13 ):
$class = "site-title--policy";
endif;
if ( \S::get( 'id' ) == 4 ):
$class = "site-title--sport";
endif;
if ( \S::get( 'id' ) == 2 ):
$class = "site-title--news";
endif;
?>
<h1 class="title">
<span class="site-title <?=$class?>">
<?= $this -> title;?>
</span>
</h1>