|
|
init_theme()
Initialize the theme system by loading the theme. |
source code
|
|
|
|
_init_theme(theme_,
base_theme=[],
registry_callback='_theme_load_registry')
Initialize the theme system given already loaded information. |
source code
|
|
|
|
|
|
|
_set_registry(registry)
Store the theme registry in memory. |
source code
|
|
|
|
_load_registry(theme_,
base_theme=None,
theme_engine=None)
Get the theme_registry cache from the database; if it doesn't exist, build
it. |
source code
|
|
|
|
_theme_save_registry(theme_,
registry)
Write the theme_registry cache into the database. |
source code
|
|
|
|
drupal_theme_rebuild()
Force the system to rebuild the theme registry; this should be called
when plugins are added to the system, or when a dynamic system needs
to add more theme hooks. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
path_to_theme()
Return the path to the currently selected theme. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
links(links,
attributes={'class': 'links'})
Return a themed set of links+ * |
source code
|
|
|
|
image(path,
alt='',
title='',
attributes=None,
getsize=True)
Return a themed image+ * |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
table(header_,
rows,
attributes={},
caption=None,
colgroups={})
Return a themed table. |
source code
|
|
|
|
table_select_header_cell()
Returns a php.header cell for tables that have a select all functionality+ |
source code
|
|
|
|
|
|
|
|
|
|
mark(type=1)
Return a themed marker, useful for marking new or updated... |
source code
|
|
|
|
item_list(items=[],
title=None,
type='ul',
attributes=[])
Return a themed list of items+ * |
source code
|
|
|
|
more_help_link(url)
Returns code that emits the 'more help'-link+ |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
closure(main_=0)
Execute hook_footer() which is run at the end of the page right before the... |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|