summaryrefslogtreecommitdiff
path: root/includes/theme.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/theme.inc')
-rw-r--r--includes/theme.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/theme.inc b/includes/theme.inc
index e78f313c1..580de21b6 100644
--- a/includes/theme.inc
+++ b/includes/theme.inc
@@ -4,6 +4,10 @@ class BaseTheme {
function links($links, $delimiter = " | ") {
return implode($delimiter, $links);
}
+
+ function images($name) {
+ return $name;
+ }
}
function theme_init() {