summaryrefslogtreecommitdiff
path: root/includes/theme.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-02-22 19:21:34 +0000
committerDries Buytaert <dries@buytaert.net>2010-02-22 19:21:34 +0000
commit5f4dd61ff0918483e112f8876b03a2fe91035761 (patch)
tree9ea59e1d0fba72cd7f7b49e8bf74a3bb49f7db2d /includes/theme.inc
parent6d480f580de6fc28e10bdcbf8b2cf506b1b28ee5 (diff)
downloadbrdo-5f4dd61ff0918483e112f8876b03a2fe91035761.tar.gz
brdo-5f4dd61ff0918483e112f8876b03a2fe91035761.tar.bz2
- Patch #721556 by JohnAlbin: bye bye theme_submenu() -- it has never, ever been used.
Diffstat (limited to 'includes/theme.inc')
-rw-r--r--includes/theme.inc13
1 files changed, 0 insertions, 13 deletions
diff --git a/includes/theme.inc b/includes/theme.inc
index fec391eda..0c9b0c3ed 100644
--- a/includes/theme.inc
+++ b/includes/theme.inc
@@ -1592,19 +1592,6 @@ function theme_breadcrumb($variables) {
}
/**
- * Return a themed submenu, typically displayed under the tabs.
- *
- * @param $variables
- * An associative array containing:
- * - links: An array of links.
- */
-function theme_submenu($variables) {
- $links = $variables['links'];
-
- return '<div class="submenu">' . implode(' | ', $links) . '</div>';
-}
-
-/**
* Return a themed table.
*
* @param $variables