1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-18 20:31:41 +02:00

Theme shortcodes may now be used as content for sitelink functions. eg. To generate drop-down mega-menus.

This commit is contained in:
Cameron
2017-03-15 16:49:55 -07:00
parent 5a5f92392c
commit be44bc8f09
6 changed files with 55 additions and 50 deletions

View File

@@ -108,8 +108,6 @@
$NEWS_GRID_TEMPLATE['media-list']['end'] = '</div>';
// @see sitelink function "Last 10 News Items (News Grid)"
$NEWS_GRID_TEMPLATE['sitelink-last-ten'] = $NEWS_GRID_TEMPLATE['media-list'];