-
AuthorPosts
-
alexander_boppert Friend
alexander_boppert
- Join date:
- September 2010
- Posts:
- 3
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
October 15, 2010 at 11:16 am #155308Thursday, 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
October 15, 2010 at 1:03 pm #359128looking for the same answer.. I managed to find it how to change “last update” into danish, but not the date and months 🙁
October 15, 2010 at 1:14 pm #359129October 16, 2010 at 9:43 am #359238Where is file to change?
layoutsblocksheader.php – not workingCode:
<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 ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 21, 2010 at 2:54 am #359766You can find the code in this file: templatesja_socialblockstopbar.php
March 18, 2011 at 9:38 pm #382157IN 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> -
AuthorPosts
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