Since the navigation section is not a sidebox, the short answer is no.
I suppose you could create a sidebox using the navigation code from tpl_header.php.


Thank you! I would like to do this, but I have no idea how, would you be able to guide me through the steps?

make sure these definitions are present in includes/languages/english/extra_definitions//cork_board/cork_board_defines.php

//definitions used for the calendar that appears in the header
define('DATE_FORMAT_DAY', '%d'); // this is used for strftime()
define('DATE_FORMAT_MONTH', '%b'); // this is used for strftime()
define('DATE_FORMAT_YEAR', '%Y'); // this is used for strftime()


I checked the cork_board_defines.php file and all the above info was there. I copied and pasted yours just to be doubly sure; however, nothing changed...

Thanks Clyde...Debbie