Moved all configuration (except 'cfg_index') to 'config'.
[gruta.git] / templates / art5 / config
blobe9665e43cb6cb0d0626ff79c86aaf5c3779aa905
1 <{
2         # Additional HTML code to be added to the headers.
3         { = 'cfg_additional_headers'
4         ''
5         }
7         # Copyright string to be shown in the footer
8         { = 'cfg_copyright'
9         { 'Copyright ' {date '%y'} ', you' }
10         }
12         # Date format
13         { = 'cfg_date_format' '%y-%m-%d' }
15         # Disable comments global flag
16         # Set to 0 to enable comments (comments can also be
17         # toggled independently for each story)
18         { = 'cfg_disable_comments' 1 }
20         # URL to an icon for the site, is MS Windows icon format
21         { = 'cfg_favicon_url' 'http://triptico.com/img/gruta_favicon.ico' }
23         # Host name
24         { = 'cfg_host_name' 'triptico.com' }
26         # The format of dates for the intermixed_index template
27         { = 'cfg_index_date_format' cfg_date_format }
29         # Number of stories shown in the index
30         { = 'cfg_index_num' 6 }
32         # Topics to be shown in the index. Empty: all
33         { = 'cfg_index_topics' '' }
35         # URL to an image to shown as logo
36         { = 'cfg_logo_url' 'http://triptico.com/img/gruta_logo.jpg' }
38         # Topics to be shown in the main menu. Empty: all
39         { = 'cfg_main_menu_topics' '' }
41         # Number of entries for the RSS feed
42         { = 'cfg_rss_num' cfg_index_num }
44         # Topics to be shown in the RSS feed. Empty: all
45         { = 'cfg_rss_topics' '' }
47         # Site description (CANNOT contain HTML)
48         { = 'cfg_site_description'
49         ''
50         }
52         # Site name
53         { = 'cfg_site_name' 'Gruta' }
55         # Slogan for the site
56         { = 'cfg_slogan' 'Gruta - Yet another CMS' }
58         # Date format for the stories
59         { = 'cfg_story_date_format' cfg_date_format }
61         # Number of story abstracts to be listed in the TOPIC page
62         { = 'cfg_topic_num' 10 }
64         # Number of stories to be shown in the 'TOP TEN' option.
65         # If set to 0, this top menu option will not be shown.
66         { = 'cfg_top_ten_num' 10 }