diff --git a/News/themes/stardust/layouts/default.twig b/News/themes/stardust/layouts/default.twig index e69fdcf..1b1fc81 100644 --- a/News/themes/stardust/layouts/default.twig +++ b/News/themes/stardust/layouts/default.twig @@ -23,7 +23,6 @@ ${ trigger.call("head") } function closeAllMenus(){ var objSoftwareMenu = document.getElementById("div_menuSoftware"); var objRepositoriesMenu = document.getElementById("div_menuRepositories"); - var objSupportMenu = document.getElementById("div_menuSupport"); var objCommunityMenu = document.getElementById("div_menuCommunity"); if (objSoftwareMenu.style.visibility == "visible") @@ -32,9 +31,6 @@ ${ trigger.call("head") } if (objRepositoriesMenu.style.visibility == "visible") objRepositoriesMenu.style.visibility = "hidden"; - if (objSupportMenu.style.visibility == "visible") - objSupportMenu.style.visibility = "hidden"; - if (objCommunityMenu.style.visibility == "visible") objCommunityMenu.style.visibility = "hidden"; }; @@ -65,7 +61,6 @@ ${ trigger.call("head") } function itemSoftwareClicked(event) { return menuItemClicked(event, document.getElementById("div_menuSoftware"), "item-soft"); }; function itemRepositoriesClicked(event){ return menuItemClicked(event, document.getElementById("div_menuRepositories"), "item-repos"); }; - function itemSupportClicked(event) { return menuItemClicked(event, document.getElementById("div_menuSupport"), "item-support"); }; function itemCommunityClicked(event) { return menuItemClicked(event, document.getElementById("div_menuCommunity"), "item-community"); }; @@ -107,8 +102,8 @@ ${ trigger.call("head") }
  • News
  • Software ▼
  • Repositories ▼
  • -
  • Support ▼
  • Community ▼
  • +
  • Documentation
  • Donations
  • Downloads
  • Paste
  • diff --git a/includes/header.php b/includes/header.php index c466321..3feaf8b 100644 --- a/includes/header.php +++ b/includes/header.php @@ -75,7 +75,6 @@ if ($PAGE_TYPE != "PASTE" && $PAGE_TYPE != "DONATIONS" && $PAGE_TYPE != "NAMESPA function closeAllMenus(){ var objSoftwareMenu = document.getElementById("div_menuSoftware"); var objRepositoriesMenu = document.getElementById("div_menuRepositories"); - var objSupportMenu = document.getElementById("div_menuSupport"); var objCommunityMenu = document.getElementById("div_menuCommunity"); if (objSoftwareMenu.style.visibility == "visible") @@ -84,9 +83,6 @@ if ($PAGE_TYPE != "PASTE" && $PAGE_TYPE != "DONATIONS" && $PAGE_TYPE != "NAMESPA if (objRepositoriesMenu.style.visibility == "visible") objRepositoriesMenu.style.visibility = "hidden"; - if (objSupportMenu.style.visibility == "visible") - objSupportMenu.style.visibility = "hidden"; - if (objCommunityMenu.style.visibility == "visible") objCommunityMenu.style.visibility = "hidden"; }; @@ -117,7 +113,6 @@ if ($PAGE_TYPE != "PASTE" && $PAGE_TYPE != "DONATIONS" && $PAGE_TYPE != "NAMESPA function itemSoftwareClicked(event) { return menuItemClicked(event, document.getElementById("div_menuSoftware"), "item-soft"); }; function itemRepositoriesClicked(event){ return menuItemClicked(event, document.getElementById("div_menuRepositories"), "item-repos"); }; - function itemSupportClicked(event) { return menuItemClicked(event, document.getElementById("div_menuSupport"), "item-support"); }; function itemCommunityClicked(event) { return menuItemClicked(event, document.getElementById("div_menuCommunity"), "item-community"); }; @@ -178,10 +173,6 @@ if ($PAGE_TYPE != "PASTE" && $PAGE_TYPE != "DONATIONS" && $PAGE_TYPE != "NAMESPA

    Applications (in Repo)

    Plugins (in Repo)

    - -
    -

    Documentation

    -

      Chat

    @@ -203,8 +194,8 @@ if ($PAGE_TYPE != "PASTE" && $PAGE_TYPE != "DONATIONS" && $PAGE_TYPE != "NAMESPA
  • News
  • Software ▼
  • Repositories ▼
  • -
  • Support ▼
  • Community ▼
  • +
  • Documentation
  • Donations
  • Downloads
  • Paste
  • diff --git a/index.php b/index.php index a997ac3..271d71d 100644 --- a/index.php +++ b/index.php @@ -8,7 +8,7 @@ include_once("includes/header.php");

    KXStudio is a collection of applications and plugins for professional audio production.
    - KXStudio provides Debian and Ubuntu compatible repositories and its own Linux Distribution currently based on Ubuntu 12.04.3 LTS. + KXStudio provides Debian and Ubuntu compatible repositories and its own Linux Distribution currently based on Ubuntu 14.04.2 LTS.