first commit
This commit is contained in:
15
class/smarty_plugins/insert.seo_url.php
Normal file
15
class/smarty_plugins/insert.seo_url.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* Smarty plugin
|
||||
* -------------------------------------------------------------
|
||||
* File: insert.seo_url.php
|
||||
* Type:
|
||||
* Name:
|
||||
* Purpose: je vyvolana z sablony a ma za ukol vytvorit spravnou SEO friendly adresu
|
||||
* -------------------------------------------------------------
|
||||
*/
|
||||
function smarty_insert_seo_url($params, &$smarty)
|
||||
{
|
||||
return createScriptURL($params);
|
||||
}
|
||||
Reference in New Issue
Block a user