Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
acd5eb1e
Commit
acd5eb1e
authored
Jan 28, 2004
by
Kjartan
Browse files
- Fixed bug
#5439
: Doxygen errors in theme.inc
parent
02c622de
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/theme.inc
View file @
acd5eb1e
...
...
@@ -117,6 +117,15 @@ function path_to_theme() {
return
dirname
(
$themes
[
$theme
]
->
filename
);
}
/**
* @defgroup themeable Themeable functions
* @{
*
* Themeable functions - functions that can be styled differently in themes.
*
* @see theme
* @see theme.inc
*/
/**
* Returns an entire Drupal page displaying the supplied content.
...
...
@@ -487,7 +496,7 @@ function theme_blocks($region) {
}
return
$output
;
}
/* @}
End of defgroup themeable
*/
/* @} */
function
_theme_table_cell
(
$cell
,
$header
=
0
)
{
if
(
is_array
(
$cell
))
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment