Obtain Joomla Base URL in index.php template file
Use :
echo $this->baseurl;
eg.
<img src="
<?php
echo "$this->baseurl/images/some_special_file.jpg";
?>
Obtain Joomla Base URL in index.php template file
Use :
echo $this->baseurl;
eg.
<img src="
<?php
echo "$this->baseurl/images/some_special_file.jpg";
?>