Closed (fixed)
Project:
CiviCRM Starter Kit
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 May 2013 at 17:08 UTC
Updated:
31 Jul 2013 at 15:31 UTC
Jump to comment: Most recent file
Comments
Comment #1
kreynen commentedFixed by CiviCRM update. Image has been removed.
Comment #2
kreynen commentedThis actually wasn't fixed. I was just using Chrome so I wan't seeing the broken image icon. I'm not sure what is supposed to happen here, but the install/template.html includes...
<img src=<?php echo $installURLPath . "powered_by.png"?> />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...
<link rel="stylesheet" type="text/css" href=<?php echo $installURLPath . "template.css"?> />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.
Cross posted at http://issues.civicrm.org/jira/browse/CRM-12670
Comment #3
kreynen commentedComment #4
kreynen commented