diff --git a/main/template/rainbow/social/home.tpl b/main/template/rainbow/social/home.tpl new file mode 100644 index 0000000000..1de27b556b --- /dev/null +++ b/main/template/rainbow/social/home.tpl @@ -0,0 +1,107 @@ +{% extends 'layout/layout_1_col.tpl'|get_template %} + +{% block content %} + +
+
+ {{ social_avatar_block }} + + +
+
+
+ {{ add_post_form }} +
+ + {{ posts }} + {{ social_auto_extend_link }} +
+ + {{ social_right_content }} +
+
+
+
+ + +
+
+
+ +
+
+
+ {{ search_friends_form }} +
+ + {{ social_friend_block }} + + {% if 'allow_social_map_fields'|api_get_configuration_value %} + + {% endif %} +
+
+
+
+
+ + + {% if session_list != null %} +
+
+ +
+
+
    + {% for session in session_list %} +
  • + + {{ session.name }} +
  • + {% endfor %} +
+
+
+
+
+ {% endif %} +
+
+{% endblock %}