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

FontAwesome version update. News shortcode wrapper issue corrected.

This commit is contained in:
Cameron
2016-03-10 15:13:32 -08:00
parent 4516bc910e
commit 1b2db4683e
6 changed files with 12 additions and 3 deletions

View File

@@ -129,6 +129,7 @@ $param['itemlink'] = defset('OTHERNEWS_ITEMLINK');
$param['thumbnail'] = defset('OTHERNEWS_THUMB');
$param['catlink'] = defset('OTHERNEWS_CATLINK');
$param['caticon'] = defset('OTHERNEWS_CATICON');
$param['template_key'] = 'news_menu/other/item';
$style = defset('OTHERNEWS_CELL');
$nbr_cols = defset('OTHERNEWS_COLS');