Fixed version number in extension Statistics
[vanilla-miry.git] / conf / language.php
blobfbac622b299b550c58e7a706c3cb34dacfa08e0b
1 <?/* this is added by ExtensionLanguageLoader extension, please do not edit this block */
2 @include ($Configuration['EXTENSIONS_PATH'].'ExtensionLanguageLoader/LanguageLoader.php');
4 // Custom Language Definitions
5 $Context->Dictionary[ "RSS2Feed" ]
6 = "<img src='images/RSS.png' class='FeedIcon' /> RSS2";
7 $Context->Dictionary[ "ATOMFeed" ]
8 = "<img src='images/Atom.png' class='FeedIcon' /> Atom";
10 $Context->Dictionary['PanelFooter'] = '<p id="AboutVanilla">Este foro está desarrollado sobre <a href="http://getvanilla.com">Vanilla '.APPLICATION_VERSION.'</a>. Puedes obtener el c&oacute;digo fuente de este foro en el <a href="http://repo.or.cz/w/vanilla-miry.git">repositorio git</a>.</p>';