display fork domains
[phorkie.git] / src / phorkie / HtmlHelper.php
index efde7149048d38af172f4a5a003196ea084812ff..ca5f98981be818febdd84e50286fc368161b21c2 100644 (file)
@@ -40,6 +40,11 @@ class HtmlHelper
         return $html;
     }
 
+    public function getDomain($url)
+    {
+        return parse_url($url, PHP_URL_HOST);
+    }
+
     public function fullUrl($path = '')
     {
         return Tools::fullUrl($path);