Annotation of compactheader/www/local.conf, revision 1.3
1.1 cvs 1: <?php
2:
3: // site branding
4: $local_conf_no_wrap=OFF;
5:
6: // toggle cvs commit view
7: $local_conf_commits=ON;
8: // if you're creating complete xhtml pages, and you are hiding commits
9: // $local_conf_no_no_commits_message = ON;
10:
11: // other configuration options
12: // we need to set these with the correct defaults
13: //
14: // $local_conf_last_updated
15: // $local_conf_mime_types
16: // $local_conf_serve_as_is
17: // $local_conf_skin
18: // $local_conf_nav_off
19: //
20: // $local_conf_use_local_error_pages // uses error/404.html unless $local_conf_error_page set
21: // $local_conf_error_page = 'error/404.html'; // path relative to PROJECTNAME/www
22: //
1.3 ! joachim. 23: $local_conf_use_local_footer = ON;
1.1 cvs 24: // $local_conf_auto_generate_memberlist
25: // $local_conf_show_notes_form
26: // $local_conf_project_html_lang = 'es'; (for mozillaes project) set to override default 'en'
27:
28: $local_conf_ignore_holidays = ON;
29: $local_conf_style_2004 = ON;
30: $local_conf_edit_in_place = ON;
31:
32: // $now = time();
33:
34: echo '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">' . "\n";
35:
36: ?>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>