Path to background images in theme correct, only if Amlekula placed in system folder "themes".

If I upload theme to folder "/sites/all/themes/amlekula", background images not found.

Please, edit file dynamic.css.php in theme folder and replace absolute path (/themes/amlekula/images) with relative: path_to_theme().'/images'

Sorry for my english.

Comments

garamond’s picture

Assigned: Unassigned » garamond
Status: Active » Closed (fixed)

fix

jmrivero’s picture

To make it work with sites in folders under the main domain like www.yourdomain.com/drupal/ may need to add the base path like this:

url('.base_path().path_to_theme().'/images/bg_1.jpg)