blob: a97d7cc55ee76f824e7c86eada150e8db1c6c86e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
TEMPLATES
---------
Drupal 6 contains the following template files which you can override and modify
by copying them to your sub-theme. The Zen theme overrides a handful of Drupal's
templates. In order to override those templates, you should copy them from the
zen/templates folder to your sub-theme's templates folder.
As always, when adding a new template file to your sub-theme, you will need to
rebuild the "theme registry" in order for Drupal to see it. For more info, see:
http://drupal.org/node/173880#theme-registry
Located in zen/templates:
page.tpl.php
maintenance-page.tpl.php
node.tpl.php
block.tpl.php
comment-wrapper.tpl.php
comment.tpl.php
views-view.tpl.php
Located in /modules/aggregator:
aggregator-feed-source.tpl.php
aggregator-item.tpl.php
aggregator-summary-item.tpl.php
aggregator-summary-items.tpl.php
aggregator-wrapper.tpl.php
Located in /modules/block:
block-admin-display-form.tpl.php
Located in /modules/book:
book-all-books-block.tpl.php
book-export-html.tpl.php
book-navigation.tpl.php
book-node-export-html.tpl.php
Located in /modules/comment:
comment-folded.tpl.php
comment-wrapper.tpl.php (overridden by Zen)
comment.tpl.php (overridden by Zen)
Located in /modules/forum:
forum-icon.tpl.php
forum-list.tpl.php
forum-submitted.tpl.php
forum-topic-list.tpl.php
forum-topic-navigation.tpl.php
forums.tpl.php
Located in /modules/node:
node.tpl.php (overridden by Zen)
Located in /modules/poll:
poll-bar-block.tpl.php
poll-bar.tpl.php
poll-results-block.tpl.php
poll-results.tpl.php
poll-vote.tpl.php
Located in /modules/profile:
profile-block.tpl.php
profile-listing.tpl.php
profile-wrapper.tpl.php
Located in /modules/search:
search-block-form.tpl.php
search-result.tpl.php
search-results.tpl.php
search-theme-form.tpl.php
Located in /modules/system:
block.tpl.php (overridden by Zen)
box.tpl.php
maintenance-page.tpl.php (overridden by Zen)
page.tpl.php (overridden by Zen)
Located in /modules/user:
user-picture.tpl.php
user-profile-category.tpl.php
user-profile-item.tpl.php
user-profile.tpl.php
|