From 88e4e5979c505cdbb494c2624b7a4e09c8145217 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 24 Nov 2010 19:23:24 +0300 Subject: rework user CSS support (bump schema) --- functions.php | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 5e567af03..28f2cc892 100644 --- a/functions.php +++ b/functions.php @@ -7040,4 +7040,15 @@ } } + function print_user_stylesheet($link) { + $value = get_pref($link, 'USER_STYLESHEET'); + + if ($value) { + print ""; + } + + } + ?> -- cgit v1.2.3