Active
Project:
Drupazine: Free Premium Drupal Magazine Theme
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Jun 2009 at 13:45 UTC
Updated:
12 Jun 2009 at 13:58 UTC
The log from this theme at http://d-theme.com/drupazine shows the following error repeated for three images. They must be set up using the wrong base because all the images are available in /sites/all/themes/drupazine/images/.
page not found themes/drupazine/images/bottom.gif
Comments
Comment #1
peterx commentedIn page.tpl.php, I replaced several image paths.
Before:
theme/drupazine/images/button1.gifAfter:
/<?php print path_to_theme(); ?>/images/button1.gif