$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.
 
