summaryrefslogtreecommitdiff
path: root/meta.php
diff options
context:
space:
mode:
Diffstat (limited to 'meta.php')
-rw-r--r--meta.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta.php b/meta.php
index e99e36a..2b511ed 100644
--- a/meta.php
+++ b/meta.php
@@ -39,7 +39,7 @@ $commonHeaders .= str_replace("&", "&", $xajax->getJavascript($config->_jsUr
switch ( $config->_thisScript ) {
- case "view_food.php":
+ case "view_food":
$myHeaders = <<<HEADERS
<link href='{$config->_jsUri}/jscalendar/calendar-system.css' type='text/css' rel='stylesheet' />
@@ -51,7 +51,7 @@ $commonHeaders
HEADERS;
break;
- case "view_meal.php":
+ case "view_meal":
$myHeaders = <<<HEADERS
<link href='{$config->_jsUri}/jscalendar/calendar-system.css' type='text/css' rel='stylesheet' />
@@ -63,7 +63,7 @@ $commonHeaders
HEADERS;
break;
- case "view_diary.php":
+ case "view_diary":
$myHeaders = <<<HEADERS
<link href='{$config->_jsUri}/jscalendar/calendar-system.css' type='text/css' rel='stylesheet' />
@@ -75,7 +75,7 @@ $commonHeaders
HEADERS;
break;
- case "register.php":
+ case "register":
$myHeaders = <<<HEADERS
<link href='{$config->_jsUri}/jscalendar/calendar-system.css' type='text/css' rel='stylesheet' />
@@ -87,7 +87,7 @@ $commonHeaders
HEADERS;
break;
- case "edit_account.php":
+ case "edit_account":
$myHeaders = <<<HEADERS
<link href='{$config->_jsUri}/jscalendar/calendar-system.css' type='text/css' rel='stylesheet' />