]> git.andy128k.dev Git - ipf-template.git/commitdiff
more autoloading
authorAndrey Kutejko <andy128k@gmail.com>
Sat, 22 Jun 2013 13:22:07 +0000 (16:22 +0300)
committerAndrey Kutejko <andy128k@gmail.com>
Sat, 22 Jun 2013 13:22:07 +0000 (16:22 +0300)
ipf/template/tag/url.php

index 1f75995f818ed70db88f08cad17f5061e65ab17d..2a3bb558f0d29ef194ebef6f95da1d4be866b72f 100644 (file)
@@ -1,11 +1,10 @@
 <?php
 
-IPF::loadFunction('IPF_HTTP_URL_urlForView');
-
 class IPF_Template_Tag_Url extends IPF_Template_Tag
 {
     function start($view, $params=array(), $by_name=false, $get_params=array())
     {
-        echo IPF_HTTP_URL_urlForView($view, $params, $by_name, $get_params);
+        echo IPF_HTTP_URL::urlForView($view, $params, $by_name, $get_params);
     }
 }
+