1
0
mirror of https://github.com/e107inc/e107.git synced 2025-06-10 21:21:03 +02:00

Update e_shortcode.php

Add new lang code
This commit is contained in:
Gábor
2016-09-17 08:39:42 +02:00
committed by GitHub
parent ae80d102ff
commit b13ed2ac6e

View File

@ -67,7 +67,7 @@ class pm_shortcodes extends e_shortcode
<a href="'.$urlInbox.'">'.LAN_PLUGIN_PM_INBOX.'</a> <a href="'.$urlInbox.'">'.LAN_PLUGIN_PM_INBOX.'</a>
<a href="'.$urlOutbox.'">'.LAN_PLUGIN_PM_OUTBOX.'</a> <a href="'.$urlOutbox.'">'.LAN_PLUGIN_PM_OUTBOX.'</a>
<a href="'.$urlCompose.'">'.LAN_PM_35.'</a> <a href="'.$urlCompose.'">'.LAN_PLUGIN_PM_NEW.'</a>
</li> </li>
</ul>'; </ul>';
@ -111,7 +111,7 @@ class pm_shortcodes extends e_shortcode
if(deftrue('FONTAWESOME') && deftrue('BOOTSTRAP')) if(deftrue('FONTAWESOME') && deftrue('BOOTSTRAP'))
{ {
$img = e107::getParser()->toGlyph($glyph,''); $img = e107::getParser()->toGlyph($glyph,'');
return "<a class='".$class."' href='".$url ."'>{$img} ".LAN_PM_35."</a>"; return "<a class='".$class."' href='".$url ."'>{$img} ".LAN_PLUGIN_PM_NEW."</a>";
} }
@ -140,4 +140,4 @@ class pm_shortcodes extends e_shortcode
} }