Суть в том что я все нужные ini файлы языков поправил а он не пишет и не пишет по русски месяц статьи, пишет AUG SEP и тд что делать? Код (PHP): <?php if($this->item->params->get('catItemDateCreated')): ?> <!-- Date created --> <div class="postdate-wrap"> <span class="postdate clearfix"> <?php $createDay = date('d', strtotime( $this->item->created)); $createMonth = date('M', strtotime( $this->item->created)); $createYear = date('y', strtotime( $this->item->created)); ?> <span class="date"><?php echo $createDay; ?></span> <span class="month-year"><span class="month"><?php echo $createMonth; ?></span><span class="year"><?php echo $createYear; ?></span></span> меняю тут $createMonth = date('M', strtotime( $this->item->created)); М на маленькую и он просто цифрами пишет а мне надо буквами русскими!!!