From b99d4d7a424bf52bc7a4e7908e1d0d1cfd0c7b87 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 14 Jul 2001 12:12:41 +0000 Subject: - theme system: + added $theme->images() - blog.module: + improved user-friendliness and rewrote most of the output routines + made quoted text /italic/ by default + integrated discussion system like it should + ... - marvin.theme: + small visual improvements --- includes/theme.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'includes/theme.inc') 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() { -- cgit v1.2.3