Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.3.3
-
Fix Version/s: 4.3.5
-
Component/s: None
-
Labels:None
Description
This was first reported at http://drupal.org/node/1988296. Cross posting here.
I'm not sure what is supposed to happen here, but the install/template.html includes...
<code><img src=<?php echo $installURLPath . "powered_by.png"?> /></code>
There is a powered_by.png in i/powered_by.png, but on a default Drupal install the $installURLPath is empty. An empty $installURLPath works fine for...
<code><link rel="stylesheet" type="text/css" href=<?php echo $installURLPath . "template.css"?> /></code>
There is a template.css in /install. There is a block_small.png which is really similar to powered_by.png and is not used anywhere else in CiviCRM AFAICT. This patch updates template.html to use block_small.png.