Aryan G
Aryan G

Reputation: 1301

Change value of baseurl in joomla

How to change baseurl value in joomla?

echo $this->baseurl

Upvotes: 1

Views: 7526

Answers (2)

Rikesh
Rikesh

Reputation: 26451

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.

Upvotes: 2

genesis
genesis

Reputation: 50982

$this->baseurl = 'yourvalue_';

Upvotes: 0

Related Questions