diff --git a/site.inc b/site.inc index c9f6327..33662ac 100644 --- a/site.inc +++ b/site.inc @@ -1,37 +1,38 @@ "News", "screenshots.php" => "Screenshots", "documentation.php" => "Documentation", "installation.php" => "Download", "features.php" => "Features", "press.php" => "Press Article", "reports.php" => "User Reports", "developers.php" => "Developer Resources", ); ?> diff --git a/template-bottom2.inc b/template-bottom2.inc deleted file mode 100644 index 652e27e..0000000 --- a/template-bottom2.inc +++ /dev/null @@ -1,83 +0,0 @@ - - 0) { ?> - - - - - - \n
\n"; - $hotspotstart = '\n"; - if (!isset($site_search) || ($site_search === true)) { - print $searchstart; - include_once("search.inc"); - print $end; - } - else if ($site_search == "custom") { - print $searchstart; - include_once("$site_root/includes/search.inc"); - print $end; - } - - if (isset($site_hotspot)) { - if ($site_hotspot === true) { - print $hotspotstart; - include_once("hotspot.inc"); - print $end; - } - else - if ($site_hotspot == "custom") { - print $hotspotstart; - include_once("$site_root/includes/hotspot.inc"); - print $end; - } - } - ?> - - - - - - - - - - - -$name
\n"; -// else -// $contact = i18n_var("Maintained by kde.org Webmaster
\n"); -?> - - - - - -