diff --git a/lib/util.php b/lib/util.php index 4af0e6fcd9..93a0711f36 100644 --- a/lib/util.php +++ b/lib/util.php @@ -694,7 +694,11 @@ function common_render_content($text, $notice) { } function common_tag_link($tag) { - return ''; + if(common_config('site', 'fancy')) { + return ''; + } else { + return ''; + } } function common_at_link($sender_id, $nickname) {