I had one of alpha releases, maybe 3-4 weekes old with my customized serioux theme. I decided to upgrade to beta and it went good.. except few things: I used custom micro icons my version of serioux and the typical image path used to be something like this:
<img src="{$layout.layoutUrl}/images/next.png">
so if i would look into html soource i'd see
<img src="http://MYDOMAIN.COM/gallery/layouts/siriux/images/next.png"> and everything worked alright...
after my upgrade, as i said, all images were gone. If i look into html source i see only
<img src="http://MYDOMAIN.COM/images/next.png">
Does it mean that something was changed in G2, or it is me who messed up something?
thanks!
Posts: 8601
replace your code with:
<img src="{g->url href="layouts/siriux/images/next.png"}" ...or define $layout.layoutUrl in your layout.inc
Posts: 239
c4actbe, mind posting a link to the site?