Closed (fixed)
Project:
Corner
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 May 2009 at 19:32 UTC
Updated:
8 Jun 2009 at 11:30 UTC
In the description of image select in details fieldset that describes where to upload a custom image you can read:
"Select which corner to show. You can add additional images (PNG-24) to the EDGEBANNER_PATH_IMAGES directory inside the module."
To solve this you must change in corner.admin.inc the line:
'#description' => t('Select which corner to show. You can add additional images (PNG-24) to the %images directory inside the module.', array('%images' => EDGEBANNER_PATH_IMAGES)),
to:
'#description' => t('Select which corner to show. You can add additional images (PNG-24) to the %images directory inside the module.', array('%images' => CORNER_PATH_IMAGES)),
Comments
Comment #1
kirie commentedGood find and thanks for reporting it! I'll try to get around to fix it this week.
Comment #2
kirie commentedCommitted to the 6.x-2.x branch.