Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Aratype Friend
    #177267

    I think that adding the date under the logo could be very helpful as the template is news oriented…

    cssyeah Moderator
    #454123

    Hi,

    If you want to add the date under the logo, you can add the date code to the index.php file.

    [PHP]
    <!– LOGO –>
    <div id=”logo”>
    <h1>
    <a href=”<?php JURI::base(true) ?>” title=”JA Wall”><span>JA</span>WALL</a>
    </h1>
    <p class=”clearfix”>
    <?php
    echo “<span class=”day”>”.JText::_(strtoupper(date (‘D’))).”</span>”;
    echo “<span class=”month”>”.date (‘m’).”</span>”;
    echo “<span class=”date”>”.date (‘d’).”</span>”;
    echo “<span class=”year”>”.date (‘Y’).”</span>”;
    ?>
    </p>
    <p>2012 JA Hottest</p>
    </div>
    <!– //LOGO –>
    [/PHP]

    then open the template.css file and go to about line 848:


    #logo p {
    display: none; /* Remove this line */
    }

    Aratype Friend
    #454189

    OK, Thank you… I have something but not the date: I have “2012 JA Hottest”

    My Temp website: http://www.targamat.com/alam

    cssyeah Moderator
    #454199

    Hi,

    Please read this post.

    Thanks

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

This topic contains 4 replies, has 2 voices, and was last updated by  cssyeah 12 years, 6 months ago.

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