-
- -diff --git a/site/contact.php b/site/contact.php index 1676f4c3..a4924003 100644 --- a/site/contact.php +++ b/site/contact.php @@ -3,6 +3,7 @@ $page = 'home'; $subpage = 'contacts'; require_once('libs/common.php'); start_html_output(); +$title = getlocal("contacts.title"); require_once('inc/header.i'); require_once('inc/menu.i'); ?> diff --git a/site/credits.php b/site/credits.php index 6f9eef03..b14ca2e8 100644 --- a/site/credits.php +++ b/site/credits.php @@ -3,6 +3,7 @@ $page = 'home'; $subpage = 'credits'; require_once('libs/common.php'); start_html_output(); +$title = getlocal("credits.title"); require_once('inc/header.i'); require_once('inc/menu.i'); ?> diff --git a/site/demo.php b/site/demo.php index 9c1f74dc..f557e299 100644 --- a/site/demo.php +++ b/site/demo.php @@ -3,6 +3,7 @@ $page = 'demo'; $subpage = "demo"; require_once('libs/common.php'); start_html_output(); +$title = getlocal("demo.title"); require_once('inc/header.i'); require_once('inc/menu.i'); ?> diff --git a/site/download.php b/site/download.php index d2a7be1a..6b921466 100644 --- a/site/download.php +++ b/site/download.php @@ -2,6 +2,7 @@ $page = 'downl'; require_once('libs/common.php'); start_html_output(); +$title = getlocal("downl.title"); require_once('inc/header.i'); require_once('inc/menu.i'); ?> diff --git a/site/features.php b/site/features.php index 5db2bcda..1beceb97 100644 --- a/site/features.php +++ b/site/features.php @@ -3,6 +3,7 @@ $page = 'demo'; $subpage = "features"; require_once('libs/common.php'); start_html_output(); +$title = getlocal("features.title"); require_once('inc/header.i'); require_once('inc/menu.i'); ?> diff --git a/site/inc/header.i b/site/inc/header.i index 09378188..1baa3e9e 100644 --- a/site/inc/header.i +++ b/site/inc/header.i @@ -2,7 +2,7 @@
-