问题
How to change baseurl value in joomla?
echo $this->baseurl
回答1:
Baseurl is automatic function of joomla..
defined at
/templates/ja_purity/ja_templatetools.php -> line 165
If you clarify your problem, it will be easier to help you.
回答2:
$this->baseurl = 'yourvalue_';
来源:https://stackoverflow.com/questions/7137080/change-value-of-baseurl-in-joomla