1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-02 02:42:40 +02:00

Email template simplification

This commit is contained in:
Cameron
2016-05-20 15:04:51 -07:00
parent efbd6c3c2c
commit 86143e2dff
6 changed files with 53 additions and 25 deletions

View File

@@ -1844,7 +1844,7 @@ class navigation_shortcodes extends e_shortcode
if(is_string($this->var['link_sub'])) // html override option.
{
e107::getDebug()->log($this->var);
// e107::getDebug()->log($this->var);
return $this->var['link_sub'];
}