Your IP : 216.73.216.176


Current Path : /home/semix18/public_html/pogtech.pl/data/functions/
Upload File :
Current File : /home/semix18/public_html/pogtech.pl/data/functions/function.L.php

<?php
function smarty_function_L($params, $template)
{
 	return lang::read($params['key']);
}
?>