开发者

Change value of baseurl in joomla

开发者 https://www.devze.com 2023-03-29 08:32 出处:网络
How to change baseurl value in joomla? echo开发者_运维百科 $this->baseurl Baseurl is automatic function of joomla..

How to change baseurl value in joomla?

echo开发者_运维百科 $this->baseurl


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.


$this->baseurl = 'yourvalue_';
0

精彩评论

暂无评论...
验证码 换一张
取 消