[geeklog-cvs] geeklog-1.3 config.php,1.67,1.68

dhaun at geeklog.net dhaun at geeklog.net
Thu Jan 9 04:41:52 EST 2003


Update of /usr/cvs/geeklog/geeklog-1.3
In directory internal.geeklog.net:/tmp/cvs-serv15989

Modified Files:
	config.php 
Log Message:
Changed {copyright_notice} variable in the site's footer so that it uses the
current year automatically. Alternatively, you can set $_CONF['copyrightyear']
to a specific year. Also made the parts of {copyright_notice} available as
separate variables, so that you can build a customised copyright notice.


Index: config.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/config.php,v
retrieving revision 1.67
retrieving revision 1.68
diff -C2 -d -r1.67 -r1.68
*** config.php	30 Dec 2002 13:28:52 -0000	1.67
--- config.php	9 Jan 2003 09:41:50 -0000	1.68
***************
*** 69,73 ****
  // You only need to change this if you moved or renamed the public_html
  // directory. In that case, you should specify the complete path to the
! // directory like this: $_CONF['path_html'] = '/path/to/your/public_html/';
  $_CONF['path_html']       = $_CONF['path'] . 'public_html/';
  
--- 69,74 ----
  // You only need to change this if you moved or renamed the public_html
  // directory. In that case, you should specify the complete path to the
! // directory like this (i.e. without the $_CONF['path']):
! // $_CONF['path_html']    = '/path/to/your/public_html/';
  $_CONF['path_html']       = $_CONF['path'] . 'public_html/';
  
***************
*** 289,292 ****
--- 290,298 ----
  // templates for featured stories - even if that story is not featured.
  $_CONF['showfirstasfeatured']   = 0;
+ 
+ // Uncomment the following line to set the copyright year in the site's footer
+ // to a specific year. Otherwise, the current year will be used.
+ // $_CONF['copyrightyear'] = 2003;
+ 
  
  // Optional Image Settings





More information about the geeklog-cvs mailing list