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
Are you using the below?
Are you using the below?
<img src="<?php echo $this->getThemePath(); ?>/images/an_image.png" />
Hi Yes I am
getThemePath()?>/images/logo.gif
getThemePath()?>/images/logo.gif
Check which theme is the active theme. If you are using C5's default theme, then it will behave like this.
It is my custom theme that I made. How would you fix it then if it behaving like this? move the theme folder?