openbsd-ports/www/plans/patches/patch-plans_config_pl
kevlo 93e70b9fbd Initial import of plans 6.5.3
Plans is a powerful and flexible Web calendar. Its features include 
recurring events, merged calendars, event icons, custom themes and 
templates, MS Outlook export, SQL or flat-file data storage, and 
browser-based management.
2005-01-04 08:31:05 +00:00

22 lines
1.6 KiB
Plaintext

$OpenBSD: patch-plans_config_pl,v 1.1.1.1 2005/01/04 08:31:05 kevlo Exp $
--- plans_config.pl.orig Tue Jan 4 16:17:55 2005
+++ plans_config.pl Tue Jan 4 16:18:54 2005
@@ -168,7 +168,7 @@ if ($options{data_storage_mode}==1) {
# the same directory (or subdirectories) as scripts, uncomment the variable
# below and set it accordingly. You'll also need to change the default
# template file in the next section.
-#$theme_url = "http://www.yoursite.com/theme_directory"; # note there is no end slash!
+$theme_url = "http://localhost/plans/theme"; # note there is no end slash!
########################################################################################################
############################### Default Template #################################################
@@ -183,7 +183,7 @@ if ($options{data_storage_mode}==1) {
# If a calendar doesn't specify a custom template file, or plans is unable to fetch the custom
# template file, it will use the default template file below.
-$options{default_template_path} = "theme/plans.template"; # On windows, the you might have to change this to something:
+$options{default_template_path} = "../../htdocs/plans/theme/plans.template"; # On windows, the you might have to change this to something:
# like: "C:/path/to/plans/theme/plans.template"
# IMPORTANT -- this is not an URL. It's a filesystem path.