Closed (fixed)
Project:
Corner
Version:
6.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
19 Feb 2010 at 09:35 UTC
Updated:
14 Sep 2011 at 08:31 UTC
There is a sentence in the README.TXT of this modul:
2) Copy the corner.tpl.php file to your theme and edit the output.
This does not work, because the module otherwise called the template:
function corner_theme() {
return array(
'corner_corner' => array(
'template' => 'corner',
'arguments' => array('html' => NULL, 'corner' => NULL),
So, in this case, Drupal never call the corner.tpl.php in the theme's directory, but always call the corner_corner.tpl.php, if that is exists in the theme's directory. Rename the 'corner_corner' template to simple 'corner' (preferred), or modify the documentation, please.
Comments
Comment #1
kirie commentedSorry for the long wait - should be fixed now