Made quite a few changes so that the code works in the server
[vanilla-miry.git] / conf / language.php
blob02faa14e2629f0351015fb9940ff5ccaf182c23a
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&oacute;digo fuente en este <a href="http://repo.or.cz/w/vanilla-miry.git">repositorio git</a>.</p>';