Update of /cvsroot/phpicalendar/phpicalendar/templates/default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv798/templates/default
Modified Files:
header.tpl
Log Message:
security patch for template file from cookie. Other minor bug fixes
Index: header.tpl
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/templates/default/header.tpl,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** header.tpl 7 Sep 2005 06:08:02 -0000 1.12
--- header.tpl 24 Mar 2006 01:29:24 -0000 1.13
***************
*** 7,11 ****
<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_VIEW}/rss/rss.php?cal={CAL}&rssview={CURRENT_VIEW}">
<!-- switch rss_available off -->
{EVENT_JS}
--- 7,11 ----
<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}&rssview={CURRENT_VIEW}">
<!-- switch rss_available off -->
{EVENT_JS}
|