Skip to content

Commit

Permalink
Set empty default value for the newentrytitle configuration option
Browse files Browse the repository at this point in the history
  • Loading branch information
michitux committed Feb 8, 2013
1 parent 47be761 commit 21b629a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/
$conf['namespace'] = 'blog'; // default location for blog entries
$conf['formposition'] = 'bottom'; // position of new entry form
//$conf['newentrytitle'] = 'New Entry Here:'; // Title text for the 'new entry' form
$conf['newentrytitle'] = ''; // Title text for the 'new entry' form
$conf['dateprefix'] = ''; // prefix date to new entry IDs
$conf['sortkey'] = 'cdate'; // sort key for blog entries
$conf['sortorder'] = 'descending'; // ascending or descending
Expand Down

0 comments on commit 21b629a

Please sign in to comment.