Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • wolf4507 Friend
    #167344

    Hi, i search a manual for Teline IV and JA T3 Framework 2 for Joomla 16./1.7 in German language, can you help me?

    jooservices Friend
    #406276

    Hi
    I’m sorry i don’t think we have this.
    If you have any trouble with this template, please let’s me know. I’m glad help you to solve it.
    Thank you
    Viet Vu

    gstaudi Friend
    #462861

    hi,
    i have also a little problem with the date format in the top left.
    at the moment its like this, MM DD JJJJ, i need it in DD MM JJJJ.
    where can i change this settings?

    thx
    geri

    MoonSailor Friend
    #462948

    Hi gstaudi,

    Please find file “topbar.php” with path “templates/ja_teline_iv/blocks/”, line 18-25:

    [PHP]

    <p class=”ja-day 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>

    [/PHP]

    change it to :

    [PHP]
    <p class=”ja-day clearfix”>
    <?php
    echo “<span class=”day”>”.JText::_(strtoupper(date (‘D’))).”</span>”;

    echo “<span class=”date”>”.date (‘d’).”</span>”;
    echo “<span class=”month”>”.date (‘m’).”</span>”;
    echo “<span class=”year”>”.date (‘Y’).”</span>”;
    ?>
    </p>
    [/PHP]

    Thanks.

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

This topic contains 4 replies, has 4 voices, and was last updated by  MoonSailor 12 years, 3 months ago.

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