Upgrading changes paths to version path

Permalink
I ran an update to update C5 to the latest version however after the update my hardcoded images and path reference are now pointing to the updates/concrete5.versionpath/themes/mytheme folder instead of /themes/mytheme/images

 
adajad replied on at Permalink Reply
adajad
Are you using the below?
<img src="<?php echo $this->getThemePath(); ?>/images/an_image.png" />
adajad replied on at Permalink Reply
adajad
Are you using the below?
<img src="<?php echo $this->getThemePath(); ?>/images/an_image.png" />
auscoal replied on at Permalink Reply
Hi Yes I am

getThemePath()?>/images/logo.gif
ronyDdeveloper replied on at Permalink Reply
ronyDdeveloper
Check which theme is the active theme. If you are using C5's default theme, then it will behave like this.
auscoal replied on at Permalink Reply
It is my custom theme that I made. How would you fix it then if it behaving like this? move the theme folder?