upgrade to 3.5.0 from previous version 3.4.8
I have a logo in my template with a link to <?php echo $this->baseurl ?>
the link should go to the baseurl
no value is produced
BTW this has solved here #9575
@brianteeman can be closed.
Closed as requested
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-03-28 11:21:44 |
Closed_By | ⇒ | brianteeman |
The link should be
href="<?php echo $this->baseurl ?>/"
(notice the slash on the end).Or you can wait for 3.5.1 that will also resolve that issue.