Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • dias137 Friend
    #159223

    In Teline IV i dont like the format of ja-day. How i change it; its easy to replace with the interface of teline III;

    Saguaros Moderator
    #373808

    ok, you open the file: templatesja_teline_ivblockstopbar.php and find the following code:

    [PHP]
    <?php
    echo “<span class=”day”>”.date (‘D’).”</span>”;
    echo “<span class=”month”>”.date (‘m’).”</span>”;
    echo “<span class=”date”>”.date (‘d’).”</span>”;
    echo “<span class=”year”>”.date (‘Y’).”</span>”;
    ?>
    [/PHP]replace with:

    [PHP]
    echo “<span class=”day”>”.date (‘l’).”</span>”;
    echo “<span class=”date”>, “.date (‘M’).” “.date (‘d’).date (‘S’).”</span>”;
    [/PHP]Thanks

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

This topic contains 2 replies, has 2 voices, and was last updated by  Saguaros 13 years, 10 months ago.

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