From d572c2776f5ab7f66a632f54006dabe2f159c02b Mon Sep 17 00:00:00 2001 From: Paul Arthur Date: Sat, 26 Jan 2013 01:28:34 -0500 Subject: Move show_box_{top,bottom}() from ui.lib.php to UI --- templates/show_user.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/show_user.inc.php') diff --git a/templates/show_user.inc.php b/templates/show_user.inc.php index c1f39905..e62b1810 100644 --- a/templates/show_user.inc.php +++ b/templates/show_user.inc.php @@ -24,7 +24,7 @@ $last_seen = $client->last_seen ? date("m\/d\/y - H:i",$client->last_seen) $create_date = $client->create_date ? date("m\/d\/y - H:i",$client->create_date) : T_('Unknown'); $client->format(); ?> -fullname); ?> +fullname); ?>
@@ -56,7 +56,7 @@ $client->format();
- + id); require Config::get('prefix') . '/templates/show_recently_played.inc.php'; -- cgit