Active
Project:
Image Browser
Version:
6.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Jun 2010 at 13:32 UTC
Updated:
7 Jul 2012 at 07:16 UTC
I copied the browser.tpl.php from module to my own theme folder and modified a little bit but the template didn't recgonized. I have cleared all cache.
Comments
Comment #1
ckngPer this bug #342350: Override template files based on template filename as well as hook name, so it should be
browser.tpl.php -> imagebrowser-browser.tpl.php
insert.tpl.php -> imagebrowser-insert.tpl.php
the template name included in the imagebrowser module should be changed to avoid this issue.