From 3c9d0dbaecbd62e5933096270da3e970371d67ec Mon Sep 17 00:00:00 2001 From: arno Date: Wed, 5 Aug 2009 22:42:08 +0200 Subject: [PATCH] lang attribute for tag --- inc/templates_admin.php | 4 ++-- inc/templates_index.php | 2 +- inc/templates_upgrade.php | 2 +- inc/templates_wizard.php | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/inc/templates_admin.php b/inc/templates_admin.php index b02e5a8..c3500dc 100644 --- a/inc/templates_admin.php +++ b/inc/templates_admin.php @@ -21,7 +21,7 @@ if (!$usrtblexists || !$itemstblexists) { ?> - + <?php ptrans('SYP admin')?> @@ -38,7 +38,7 @@ if (!$usrtblexists || !$itemstblexists) { ?> - + <?php ptrans('SYP admin');?> diff --git a/inc/templates_index.php b/inc/templates_index.php index 3b70e7c..6fd516b 100644 --- a/inc/templates_index.php +++ b/inc/templates_index.php @@ -17,7 +17,7 @@ if (defined ("THUMBSMAXSIZE") && (THUMBSMAXSIZE > 0)) { $thumbsmaxsize = 400; // default value; } ?> - + <?php echo defined ("SITETITLE") ? SITETITLE : "SYP"?> diff --git a/inc/templates_upgrade.php b/inc/templates_upgrade.php index 410790a..1a69b68 100644 --- a/inc/templates_upgrade.php +++ b/inc/templates_upgrade.php @@ -4,7 +4,7 @@ ?> - + diff --git a/inc/templates_wizard.php b/inc/templates_wizard.php index 313a6a7..b678025 100644 --- a/inc/templates_wizard.php +++ b/inc/templates_wizard.php @@ -4,7 +4,7 @@ ?> - + -- 2.39.2