Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • kreativimaging Friend
    #138987

    Is there a way to completely remove the date from the header? Any help is appreciated

    jsliao Friend
    #295371

    which date at which header are you talking about? screenshot pls

    kreativimaging Friend
    #295375

    Sorry for the lack of specifics. I would like to omit the date circled in this screenshot.

    jsliao Friend
    #295376

    open template/ja_cooper/index.php

    look for the below around line 114 and remove the lines in red

    <!-- BEGIN: HEADER TOOLS -->
    <div id="ja-headtools" class="ja-headtool">
    <div class="ja-day">
    <?php
    echo "<span>".date ('l')."</span>";
    echo " <div>".date ('M')." ".date ('d').date ('S')."</div>";
    ?>
    </div>

    <ul>
    <jdoc:include type="modules" name="ja-login" />
    <!--module search-->
    <?php if($this->countModules('user4')) : ?>
    <jdoc:include type="modules" name="user4" />
    <?php endif; ?>
    </ul>

    <?php if ($tmpTools->getParam(JA_TOOL_USER)) { ?>
    <div id="ja-usertools">
    <strong>Text size</strong><?php $tmpTools->genToolMenu($tmpTools->getParam(JA_TOOL_USER)); ?>
    </div>
    <?php } ?>
    </div>
    <!-- END: HEADER TOOLS -->

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  jsliao 15 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum