5 lines
108 B
PHP
5 lines
108 B
PHP
<?php
|
|
$smarty->assign('config', $config);
|
|
$smarty->assign('uri', $uri);
|
|
|
|
$smarty->display('show_snow.html'); |