From 4e5e926595e8d04320e672617d38607a944d28ce Mon Sep 17 00:00:00 2001 From: Serhiy Date: Wed, 24 Jun 2015 19:48:02 +0300 Subject: [PATCH] =?UTF-8?q?Realize=20v.1=20=D0=AE=D1=85=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/MenuBuilder/index.php | 9 +----- templates/chnu/nav.html | 53 +++++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+), 8 deletions(-) create mode 100644 templates/chnu/nav.html diff --git a/plugins/MenuBuilder/index.php b/plugins/MenuBuilder/index.php index c04874f..c7619d4 100755 --- a/plugins/MenuBuilder/index.php +++ b/plugins/MenuBuilder/index.php @@ -14,15 +14,8 @@ function build($menu) else $active = ''; - echo "
  • {$item['title']}"; + echo "
  • {$item['title']}"; - if ($item['children'] !== null) { - echo ""; - } echo '
  • '; } diff --git a/templates/chnu/nav.html b/templates/chnu/nav.html new file mode 100644 index 0000000..f3eae54 --- /dev/null +++ b/templates/chnu/nav.html @@ -0,0 +1,53 @@ + \ No newline at end of file