Got rid of all of the .m.html templates and is_mobile cruft
[citadel.git] / webcit / roomtokens.c
index 66f498c7f9f70789e331c8149d8169c894f02b22..df6b1581a62967e3cfabcde9358ec2e171f49044 100644 (file)
@@ -55,10 +55,6 @@ void tmplput_roombanner(StrBuf *Target, WCTemplputParams *TP)
 
        do_template("roombanner", NULL);
 
-       /* roombanner contains this for mobile */
-       if (WC->is_mobile)
-               return;
-
        do_template("navbar", NULL);
        wc_printf("</div>\n");
 }