1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 01:25:01 +02:00

Bootstrap navigation now support sub-links of sublinks.

This commit is contained in:
Cameron
2016-12-20 11:31:45 -08:00
parent 73028d2e2e
commit d8fb520e40
4 changed files with 51 additions and 17 deletions

View File

@@ -27,6 +27,10 @@ if(!deftrue('e_LEGACY_NEWS')) // subject to removal at any time.
exit;
}
// --------------------- everything below this point will be removed in future --------------------------
include_lan(e_LANGUAGEDIR.e_LANGUAGE.'/lan_'.e_PAGE);
require_once(e_HANDLER."news_class.php");