Site Search
Tweet
Chat LIVE
You are here:
php
»
find the root path in joomla 1 5 (absolute path)
Find the root path in Joomla 1.5 (absolute path)
Written By
PHPin24
Submitted At
2010-04-19 20:01:10
Num Views
1006
Category
PHP
In Joomla 1.0 it use to be $live_site.
In Joomla 1.5 it is defined as a constant JPATH_BASE
So you can just use it like this:
echo JPATH_BASE;
By PHPin24 @ 2010-04-19 20:01:10