Advertisement
oscarholmedo

Joomla 3 Get domain url

Apr 18th, 2013
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. <?php
  2. $thisroot = JURI::getInstance()->toString();
  3. $thisroot = explode('index',$thisroot);
  4. $thisroot = $thisroot[0];
  5. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement