Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • alexander_boppert Friend
    #155308

    Thursday, Oct 14th Last update03:55:11 PM GMT > German Language ?

    Hello dear team! I come from Germany and left above into hit a corner stand everything in English… as get one the date into German and as can one it off completely switch? And where I find the language of breadcum: you acres here? (Would like also into German to have if it goes. Thanks for your trouble Alexander

    jimmydk Friend
    #359128

    looking for the same answer.. I managed to find it how to change “last update” into danish, but not the date and months 🙁

    jimmydk Friend
    #359129

    found an answer for us 🙂

    http://www.joomlart.com/forums/topic/how-to-modify-date/

    and it works!

    cezjaw Friend
    #359238

    Where is file to change?
    layoutsblocksheader.php – not working

    Code:
    <div id=”ja-header” class=”wrap” style=”margin-top: 76px;”>
    <?php } else { ?>
    <div id=”ja-header” class=”wrap”>
    <?php } ?>

    <div class=”main”>
    <div class=”inner clearfix”>

    <?php
    $siteName = $this->sitename();
    if ($this->getParam(‘logoType’)==’image’): ?>
    <h1 class=”logo”>
    <a href=”index.php” title=”<?php echo $siteName; ?>”><span><?php echo $siteName; ?></span></a>
    </h1>
    <?php else:
    $logoText = (trim($this->getParam(‘logoType-text-logoText’))==”) ? $config->sitename : $this->getParam(‘logoType-text-logoText’);
    $sloganText = (trim($this->getParam(‘logoType-text-sloganText’))==”) ? JText::_(‘SITE SLOGAN’) : $this->getParam(‘logoType-text-sloganText’);?>
    <div class=”logo-text”>
    <h1><a href=”index.php” title=”<?php echo $siteName; ?>”><span><?php echo $logoText; ?></span></a></h1>
    <p class=”site-slogan”><?php echo $sloganText;?></p>
    </div>
    <?php endif; ?>

    <?php if($this->countModules(‘search’)) : ?>
    <div id=”ja-search”>
    <jdoc:include type=”modules” name=”search” />
    </div>
    <?php endif; ?>

    </div>

    Saguaros Moderator
    #359766

    You can find the code in this file: templatesja_socialblockstopbar.php

    andrzejmarek Friend
    #382157

    IN french, you welcome:

    <p class=”ja-day”>

    <?php
    $datum = date(“j F Y”);
    $dagvanweek = date(“l”);
    $arraydag = array(
    “Dimanche”,
    “Lundi”,
    “Mardi”,
    “Mercredi”,
    “Jeudi”,
    “Vendredi”,
    “Samedi”
    );
    $dagvanweek = $arraydag;
    $arraymaand = array(
    “Janvier”,
    “Février”,
    “Mars”,
    “Avril”,
    “Mai”,
    “Juin”,
    “Juillet”,
    “Août”,
    “Septembre”,
    “Octobre”,
    “Novembre”,
    “Décembre”
    );
    $datum = date(“j “) . $arraymaand
    . date(” Y”);
    echo “$dagvanweek, $datum”;
    ?>
    </p>

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

This topic contains 6 replies, has 5 voices, and was last updated by  andrzejmarek 13 years, 8 months ago.

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