Change value of baseurl in joomla

不问归期 提交于 2019-12-13 01:14:59

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!