mass mobile update, interface cleanup and restyling.
[citadel.git] / webcit / roomops.c
index 7be6ff4f046e4d5c614904ee939c6c814f838b72..2a3070d88811ed2de6831f752521eb7919570f2a 100644 (file)
@@ -502,12 +502,13 @@ void embed_room_banner(char *got, int navbar_style) {
        );
        svcallback("ROOMPIC", embed_room_graphic);
        svcallback("ROOMINFO", readinfo);
-       svcallback("VIEWOMATIC", embed_view_o_matic);
+       svcallback("VIEWOMATIC", embed_view_o_matic); 
        svcallback("SEARCHOMATIC", embed_search_o_matic);
-       svcallback("START", offer_start_page);
-
+       svcallback("START", offer_start_page); 
        do_template("roombanner");
-       if (navbar_style != navbar_none) {
+       // roombanner contains this for mobile
+       if (navbar_style != navbar_none && !WC->is_mobile) { 
 
                wprintf("<div id=\"navbar\"><ul>");