Project

General

Profile

« Previous | Next » 

Revision 2d8f8d3e

Added by Andreas Kohlbecker over 11 years ago

fixing missing images in base theme when clean-urls is enabled

View differences:

7.x/themes/zen_dataportal/template.php
128 128
  }
129 129

  
130 130
  if(!isset($url) && isset($default_image)) {
131
      $url = path_to_theme() . '/' . $default_image;
131
      $url = base_path() . path_to_theme() . '/' . $default_image;
132 132
  }
133 133

  
134 134
  if(isset($url)) {

Also available in: Unified diff