From 634e52a6717753eb6742a23e60bf88bf0809968f Mon Sep 17 00:00:00 2001 From: Devlon Duthie Date: Sat, 24 Sep 2011 23:54:23 -0500 Subject: added testbubble mai, and modified some core fle to add classes --- view/theme/testbubble/profile_tabs.tpl | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 view/theme/testbubble/profile_tabs.tpl (limited to 'view/theme/testbubble/profile_tabs.tpl') diff --git a/view/theme/testbubble/profile_tabs.tpl b/view/theme/testbubble/profile_tabs.tpl new file mode 100644 index 000000000..c236490b2 --- /dev/null +++ b/view/theme/testbubble/profile_tabs.tpl @@ -0,0 +1,9 @@ + +
+ $status + $profile + $photos + {{ if $events }}$events{{ endif }} + {{ if $notes }}$notes{{ endif }} +
+
-- cgit v1.2.3 From 0881c04cea53b68fba070ebb4490055064bc537d Mon Sep 17 00:00:00 2001 From: Devlon Duthie Date: Thu, 29 Sep 2011 01:20:39 -0500 Subject: classes added to core + testbubble theme some fixes to testbubble theme related to tab styling --- view/theme/testbubble/profile_tabs.tpl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'view/theme/testbubble/profile_tabs.tpl') diff --git a/view/theme/testbubble/profile_tabs.tpl b/view/theme/testbubble/profile_tabs.tpl index c236490b2..ae7c65e1c 100644 --- a/view/theme/testbubble/profile_tabs.tpl +++ b/view/theme/testbubble/profile_tabs.tpl @@ -1,9 +1,9 @@
- $status - $profile - $photos - {{ if $events }}$events{{ endif }} - {{ if $notes }}$notes{{ endif }} + $status + $profile + $photos + {{ if $events }}$events{{ endif }} + {{ if $notes }}$notes{{ endif }}
-- cgit v1.2.3