'; $NEWS_MENU_TEMPLATE['category']['end'] = ''; $NEWS_MENU_TEMPLATE['category']['item'] = '
  • {NEWS_CATEGORY_TITLE}{NEWS_CATEGORY_NEWS_COUNT=raw}
  • '; // @deprecated months menu - use news archive instead. $NEWS_MENU_TEMPLATE['months']['start'] = ''; $NEWS_MENU_TEMPLATE['months']['item'] = '
  • {month} {count}
  • '; // sends value to tablestyle / $options['footer']; // $NEWS_MENU_TEMPLATE['months']['footer'] = '';; //$NEWS_MENU_TEMPLATE['months']['separator'] = '
    '; // latest menu $NEWS_MENU_TEMPLATE['latest']['start'] = ''; // Example: $NEWS_MENU_TEMPLATE['latest']['end'] '
    {currentTotal} from {total}'; $NEWS_MENU_TEMPLATE['latest']['item'] = '
  • {NEWSTITLE}{NEWSCOMMENTCOUNT}
  • '; // Other News Menu. $NEWS_MENU_TEMPLATE['other']['caption'] = TD_MENU_L1; $NEWS_MENU_TEMPLATE['other']['start'] = ""; // Other News Menu. 2 $NEWS_MENU_TEMPLATE['other2']['caption'] = TD_MENU_L2; $NEWS_MENU_TEMPLATE['other2']['start'] = ""; // Grid Menu // Moved to news_grid_template.php // $NEWS_MENU_WRAPPER['grid']['NEWSTITLE'] = "{---}"; // example /* Carousel Menu */ $NEWS_MENU_TEMPLATE['carousel']['start'] = ' '; $NEWS_MENU_TEMPLATE['carousel']['item'] = ' '; $NEWS_MENU_TEMPLATE['carousel']['nav'] = '
  • {NEWS_SUMMARY}
  • '; $NEWS_MENU_TEMPLATE['archive']['start'] = ''; $NEWS_MENU_TEMPLATE['archive']['year_start'] = "
  • {YEAR_NAME}
  • '; $NEWS_MENU_TEMPLATE['archive']['month_start'] = "
  • {MONTH_NAME}
  • '; $NEWS_MENU_TEMPLATE['archive']['item'] = "
  • {ITEM_TITLE}
  • \n";