1 <?php
/* 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 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>';