Love your Template but need your help - Joomla! Forum - community, help and support
hello there
thanks template!
i change text @ top takes hompage, company logo. still taking me homepage clicking on it.
i have saved logo in images folder.
i understand have change index.pxp code
header>
<h1><a href="<?php echo $this->baseurl ?>"><?php echo $app->getcfg('sitename'); ?></a></h1>
but struggling understanding write instead (i not php @ all)
could please help?
do have change else?
thanks in advance
valeria
thanks template!
i change text @ top takes hompage, company logo. still taking me homepage clicking on it.
i have saved logo in images folder.
i understand have change index.pxp code
header>
<h1><a href="<?php echo $this->baseurl ?>"><?php echo $app->getcfg('sitename'); ?></a></h1>
but struggling understanding write instead (i not php @ all)
could please help?
do have change else?
thanks in advance
valeria
hi there, i'm not sure posted right place
but if want change text logo may try:
but if want change text logo may try:
code: select all
<h1><a href="<?php echo $this->baseurl ?>">write here whatever like</a></h1>
Comments
Post a Comment