summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-07-07 07:28:00 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-07-07 07:28:00 +0000
commit9b19ce31029b6a23fcd99391756f9f93a122beee (patch)
tree84a995a15b6f51fd80fa36cd105f6414afd7cacd /templates
parent08a1b8fad0d8efde3f71d39e205111d4dddd8c20 (diff)
downloadcalendar-9b19ce31029b6a23fcd99391756f9f93a122beee.tar.gz
calendar-9b19ce31029b6a23fcd99391756f9f93a122beee.tar.bz2
calendar-9b19ce31029b6a23fcd99391756f9f93a122beee.zip
keep php in php dir, rename files with appended _inc, keep jstab in template for custom title if required, add some whitespace to code to make it readable
Diffstat (limited to 'templates')
-rw-r--r--templates/user_preferences_inc.tpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/user_preferences_inc.tpl b/templates/user_preferences_inc.tpl
new file mode 100644
index 0000000..d059881
--- /dev/null
+++ b/templates/user_preferences_inc.tpl
@@ -0,0 +1,5 @@
+{if $gBitSystem->isFeatureActive('calendar_user_prefs') }
+ {jstab title="User Calendar"}
+ {include file='bitpackage:calendar/calendar_preferences_inc.tpl' settings=$userPrefs}
+ {/jstabs}
+{/if}