hi, in file page.tpl.php missing help text (help text at admin page, like import language, etc)
just add <?php print $help ?> in code
like this

    <div id="main"  class="inside clearfix">  
	    <?php print $help ?>
    	<?php print $content_top;?>  
		<?php print $messages;?>
        <?php print $tabs;?>   
        <?php print $content;?> 
    </div><!--main-->

Comments

gtsopour’s picture

Assigned: Unassigned » gtsopour
Status: Active » Fixed
Issue tags: +Bluemasters theme, +bluemasters

Hello fantom84

i just added and committed the page.tpl.php with the help text tag, so will be included in next Bluemasters theme release.

Thanks again

Status: Fixed » Closed (fixed)
Issue tags: -Bluemasters theme, -bluemasters

Automatically closed -- issue fixed for 2 weeks with no activity.