aboutsummaryrefslogtreecommitdiffstats
path: root/templates/red/header.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/red/header.tpl')
-rw-r--r--templates/red/header.tpl6
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/red/header.tpl b/templates/red/header.tpl
index 07837a9..d8e07dc 100644
--- a/templates/red/header.tpl
+++ b/templates/red/header.tpl
@@ -4,7 +4,7 @@
<head>
<meta http-equiv="content-type" content="text/html; charset={CHARSET}" />
<title>{CALENDAR_NAME} - {DISPLAY_DATE}</title>
- <link rel="stylesheet" type="text/css" href="{DEFAULT_PATH}templates/{TEMPLATE}/default.css" />
+ <link rel="stylesheet" type="text/css" href="{DEFAULT_PATH}/templates/{TEMPLATE}/default.css" />
<!-- switch rss_available on -->
<link rel="alternate" type="application/rss+xml" title="RSS" href="{DEFAULT_PATH}/rss/rss.php?cal={CAL}&amp;rssview={CURRENT_VIEW}">
<!-- switch rss_available off -->
@@ -18,3 +18,7 @@
<input type="hidden" name="cpath" id="cpath" value="" />
<input type="hidden" name="event_data" id="event_data" value="" />
</form>
+<form name="todoPopupForm" id="todoPopupForm" method="post" action="includes/todo.php" style="display: none;">
+ <input type="hidden" name="todo_data" id="todo_data" value="" />
+ <input type="hidden" name="todo_text" id="todo_text" value="" />
+</form>

© 2014-2024 Faster IT GmbH | imprint | privacy policy