2012-06-30, 16:41:11
1. add the ability to change the date format, at least in the language file
2. As in the Russian language are used for nouns Cases, it would be better able to replace
in line 703
instead of
2. As in the Russian language are used for nouns Cases, it would be better able to replace
in line 703
Code:
$data['page_title'] = i18n_r('tide_news/NEWS_IN').'<span style="font-weight:bold;">'. get_page_clean_title(false);'<span>';
Code:
$data['page_title'] = i18n_r('tide_news/NEWS_IN') . $page_name;