Parent Directory | Revision Log
1 | wakaba | 1.1 | |
2 | package H2H::RC; | ||
3 | |||
4 | sub init { | ||
5 | my $o = shift; | ||
6 | $o->{title} = 'ブルーオーシャンズ'; | ||
7 | $o->{subtitle} = ''; | ||
8 | $o->{theme} = 'Default'; | ||
9 | $o->{theme09} = 'general'; | ||
10 | $o->{favicon} = '../../favicon'; | ||
11 | } | ||
12 | |||
13 | 1; |
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |