
Originally Posted by
debtag
Since my last post I've gone through my stylesheet and compared it with the original corkboard looking for some mistakes. I found some that I had made in the calendar entries, fixed them, all it did was move everything over to the right. Then I copied and pasted the whole calendar section from the original file to my file, and still, the same. Maybe I can just delete the calendar? I really don't see that it's a necessary part of my design. (I would need to know how to do this please!)
open includes/templates/cork_board/common/tpl_header.php
find and delete the following section of code.
Code:
<div class="calendar"> </div>
<div class="year"><?php echo strftime(DATE_FORMAT_YEAR);?></div>
<div class="month"><?php echo strftime(DATE_FORMAT_MONTH);?></div>
<div class="day"><?php echo strftime(DATE_FORMAT_DAY);?></div>
<!--<div class="date"><?php echo strftime(DATE_FORMAT_LONG);?></div>-->
Bookmarks