1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-27 01:40:22 +02:00

Update pm_shortcodes.php

This commit is contained in:
rica-carv
2017-04-23 17:47:00 +01:00
committed by GitHub
parent 3289088699
commit 0171cedeee

View File

@@ -646,7 +646,8 @@ if(!class_exists('plugin_pm_pm_shortcodes'))
if($pm_outbox['outbox']['filled'] < 100) if($pm_outbox['outbox']['filled'] < 100)
{ {
$link = $this->url('action/new'); $link = $this->url('action/new');
return "<a class='btn btn-mini btn-xs btn-default' href='{$link}'>".LAN_PLUGIN_PM_NEW."</a>"; // return "<a class='btn btn-mini btn-xs btn-default' href='{$link}'>".LAN_PLUGIN_PM_NEW."</a>";
return $link;
} }
return ''; return '';
} }