Project

General

Profile

« Previous | Next » 

Revision 643

Added by thorn almost 17 years ago

Had to fix some strtotime()-related issues in admin/pages/sections and module news to use with PHP4.

View differences:

sections.php
140 140
<?php // include jscalendar-setup
141 141
	$jscal_use_time = true; // whether to use a clock, too
142 142
	require_once(WB_PATH."/include/jscalendar/wb-setup.php");
143
	// override some vars: (normally, there is no need to change this)
144
	//$jscal_lang = "en"; //- calendar-language (default: wb-backend-language)
145
	//$jscal_today = ""; // - date the calendar offers if the text-field is empty (default: today)
146
	//$jscal_firstday = "0"; // - first-day-of-week (0-sunday, 1-monday, ...) (default: 0(EN) or 1(everything else))
147
	//$jscal_format = "Y-m-d"; // - initial-format used for the text-field (default: from wb-backend-date-format)
148
	//$jscal_ifformat = "%Y-%m-%d"; // - format for jscalendar (default: from wb-backend-date-format)
149 143
?>
150 144
<table cellpadding="5" cellspacing="0" border="0" align="center" width="100%" height="50" style="margin-bottom: 10px;">
151 145
<tr style="background-color: #F0F0F0;">

Also available in: Unified diff