List of all members.
Detailed Description
Definition at line 3 of file theme.php.
Member Function Documentation
| Charcoal::action_block_content_charcoal_menu |
( |
$ |
block, |
|
|
$ |
theme | |
|
) |
| | |
Produce a menu for the Charcoal menu block from all of the available pages
Definition at line 237 of file theme.php.
| Charcoal::action_form_comment |
( |
$ |
form |
) |
|
Customize comment form layout. Needs thorough commenting.
Definition at line 214 of file theme.php.
| Charcoal::action_init_theme |
( |
|
) |
|
Execute on theme init to apply these filters to output
Definition at line 74 of file theme.php.
| Charcoal::action_theme_activated |
( |
|
) |
|
On theme activation, set the default options and activate a default menu
Definition at line 20 of file theme.php.
| Charcoal::action_theme_ui |
( |
$ |
theme |
) |
|
| Charcoal::add_template_vars |
( |
|
) |
|
Add some variables to the template output
Reimplemented from Theme.
Definition at line 86 of file theme.php.
| Charcoal::filter_block_list |
( |
$ |
block_list |
) |
|
Add a charcoal_menu block to the list of available blocks
Definition at line 228 of file theme.php.
| Charcoal::filter_post_tags_out |
( |
$ |
array |
) |
|
Convert a post's tags array into a usable list of links
- Parameters:
-
| array | $array The tags array from a Post object |
- Returns:
- string The HTML of the linked tags
Definition at line 137 of file theme.php.
| Charcoal::theme_show_tags |
( |
$ |
theme |
) |
|
Returns an unordered list of all used Tags
Definition at line 187 of file theme.php.
Member Data Documentation
Initial value: array(
'show_title_image' => false,
'home_label' => 'Blog',
'show_entry_paperclip' => true,
'show_page_paperclip' => false,
'show_powered' => true,
'display_login' => true,
'tags_in_multiple' => false,
'show_post_nav' => true,
'tags_count' => 40,
)
Definition at line 5 of file theme.php.
The documentation for this class was generated from the following file: