fix gist.github.com clone urls
[phorkie.git] / src / phorkie / HtmlHelper.php
index 945c7ea25bd134cfbebb723675908780201bad51..efde7149048d38af172f4a5a003196ea084812ff 100644 (file)
@@ -39,6 +39,11 @@ class HtmlHelper
         }
         return $html;
     }
+
+    public function fullUrl($path = '')
+    {
+        return Tools::fullUrl($path);
+    }
 }
 
 ?>