EIOS/inc/mhelp_print.php

8 lines
128 B
PHP
Raw Permalink Normal View History

2023-12-28 15:39:22 +03:00
<?
session_start();
$page = 'print';
$smarty->assign('page', $page);
$maincontent = $smarty->fetch('tpl_mhelp.html');
?>