More icons for DiscussionCustomPrefix
[vanilla-miry.git] / conf / language.php
blob4c6cb35c669b3d1bca55b13ca18b4101f86880dd
1 <?php /* this is added by ExtensionLanguageLoader extension, please do not edit this block */
2 @include ($Configuration['EXTENSIONS_PATH'].'ExtensionLanguageLoader/LanguageLoader.php');
3 /* this is added by ExtensionLanguageLoader extension, please do not edit this block */
5 // Custom Language Definitions
6 $Context->Dictionary[ "RSS2Feed" ]
7 = "<img src='images/RSS.png' class='FeedIcon' /> RSS2";
8 $Context->Dictionary[ "ATOMFeed" ]
9 = "<img src='images/Atom.png' class='FeedIcon' /> Atom";
11 $Context->Dictionary['PanelFooter'] = '<p id="AboutVanilla">Este foro ha sido desarrollado con <a href="http://getvanilla.com">Vanilla '.APPLICATION_VERSION.'</a>. Puedes descargarte el c&oacute;digo fuente en este <a href="http://repo.or.cz/w/vanilla-miry.git">repositorio git</a>.</p>';