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ódigo fuente en este <a href="http://repo.or.cz/w/vanilla-miry.git">repositorio git</a>.</p>';