Hi,
while trying this theme I realized it doesn't show the footer message under Drupal 6.
To fix it I added the following line:
print $footer_message;
after line 70 print $credits;
and now it shows the footer message.
I created a path following the instruction in http://drupal.org/patch/create using diff with the following command
diff -up templates/page.tpl-original.php templates/page.tpl.php > koi-footer.patch
you can find the patch attached
I hope it helps!
| Comment | File | Size | Author |
|---|---|---|---|
| koi-footer.patch | 463 bytes | daco |