8 lines
103 B
PHP
8 lines
103 B
PHP
<?php
|
|
|
|
$smarty = Homepage_Main::instance()->smarty();
|
|
|
|
$smarty->assign('title', 'RippingCluster');
|
|
|
|
?>
|