Closed (fixed)
Project:
Polpo Admin Theme
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
1 May 2011 at 12:41 UTC
Updated:
16 Apr 2013 at 01:50 UTC
At first: nice colorful(!) Theme, I will use this in Future as an Admin-Theme.
Two things I found in page.tpl.php:
1. there is no use of the $body_classes, so I changed line 14 into
print $body_classes; ">
2. Tabs are not displayed if there is no $title, so I changed line 21ff into
if ($title || $tabs):
print $breadcrumb; if ($title) :
print $title;
endif;
print $tabs;
endif;
Maybe you like to put this in the next version...
Greetings from Hamburg - Kle
Comments
Comment #1
kle commentedHoly shit - I forgot the [code]-Tag. Here the message again:
At first: nice colorful(!) Theme, I will use this in Future as an Admin-Theme.
Two things I found in page.tpl.php:
1. there is no use of the $body_classes, so I changed line 14 into
<body id="polpo" class="<?php print $body_classes; ?>">2. Tabs are not displayed if there is no $title, so I changed line 21ff into
Maybe you want to put this in your next Version
Greetings from Hamburg - Kle
Comment #2
jptarantoThanks kle - this code has been added to today's 6.x-1.2 release.