From ef4d3660605efc7f1328d4533b0f4bfb6c1107e2 Mon Sep 17 00:00:00 2001 From: Paul Arthur Date: Sat, 26 Jan 2013 03:00:32 -0500 Subject: Cosmetics: death to tabs The refactoring I've been doing has reminded me of my strong preference for spaces, and I feel inclined to impose my will on the tree. --- templates/show_user.inc.php | 58 ++++++++++++++++++++++----------------------- 1 file changed, 29 insertions(+), 29 deletions(-) (limited to 'templates/show_user.inc.php') diff --git a/templates/show_user.inc.php b/templates/show_user.inc.php index e62b1810..adf5d670 100644 --- a/templates/show_user.inc.php +++ b/templates/show_user.inc.php @@ -1,5 +1,5 @@ format(); fullname); ?> - - + +
- : fullname; ?>
- :
- :
- : f_useage; ?>
- is_logged_in() AND $client->is_online()) { ?> - - - - +
+ : fullname; ?>
+ :
+ :
+ : f_useage; ?>
+ is_logged_in() AND $client->is_online()) { ?> + + + + -
-

-
- id)); - $object_ids = $tmp_playlist->get_items(); - foreach ($object_ids as $object_data) { - $type = array_shift($object_data); - $object = new $type(array_shift($object_data)); - $object->format(); - ?> - f_link; ?>
- -
-
+

+
+ id)); + $object_ids = $tmp_playlist->get_items(); + foreach ($object_ids as $object_data) { + $type = array_shift($object_data); + $object = new $type(array_shift($object_data)); + $object->format(); + ?> + f_link; ?>
+ +
+
id); - require Config::get('prefix') . '/templates/show_recently_played.inc.php'; + $data = Song::get_recently_played($client->id); + require Config::get('prefix') . '/templates/show_recently_played.inc.php'; ?> -- cgit