diff --git a/includes/theme.inc b/includes/theme.inc index 59c83b245f8802aeda0255d25c917c353573e95d..9eaa9e8bdd5359aaf5450cb5a38005ec95dd0607 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -18,7 +18,7 @@ @param $title (optional) override the page title. - @return a string contraining the \a header output. + @return a string containing the \a header output. **/ function theme_header($title = "") { global $base_url; @@ -47,9 +47,9 @@ function theme_header($title = "") { Returns themed set of links. @param $links an array of \a links to be themed. - @param $delimiter (optional) \a delimiter used to seperate the links. + @param $delimiter (optional) \a delimiter used to separate the links. - @return a string contraining the \a links output. + @return a string containing the \a links output. **/ function theme_links($links, $delimiter = " | ") { return implode($delimiter, $links); @@ -60,7 +60,7 @@ function theme_links($links, $delimiter = " | ") { @param $name the \a name of the image file. - @return a string contraining the \a image output. + @return a string containing the \a image output. **/ function theme_image($name) { return "misc/$name"; @@ -71,7 +71,7 @@ function theme_image($name) { @param $breadcrumb an array containing the breadcrumb links. - @return a string contraining the \a breadcrumb output. + @return a string containing the \a breadcrumb output. **/ function theme_breadcrumb($breadcrumb) { return "
"; @@ -94,7 +94,7 @@ function theme_breadcrumb($breadcrumb) { @param $node the \a node to be themed. @param $main - @return a string contraining the \a node output. + @return a string containing the \a node output. **/ function theme_node($node, $main) { if (module_exist("taxonomy")) { @@ -127,9 +127,9 @@ function theme_node($node, $main) { @param $subject the \a subject of the box. @param $content the \a content of the box. - @param $requion the \a region of the box. + @param $region the \a region of the box. - @return a string contraining the \a box output. + @return a string containing the \a box output. **/ function theme_box($subject, $content, $region = "main") { $output = "$content
"; @@ -147,7 +147,7 @@ function theme_box($subject, $content, $region = "main") { @param $block object "indexed with" fields from database table 'blocks' ($block->module, $block->delta, $block->region, ...) and fields returned by module_block("view") ($block->subject, $block->content, ...). - @return a string contraining the \a box output. + @return a string containing the \a box output. **/ function theme_block($block) { $output = "