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