* remove the obsolete START session callback
authorWilfried Göesgens <willi@citadel.org>
Thu, 5 Aug 2010 21:41:23 +0000 (21:41 +0000)
committerWilfried Göesgens <willi@citadel.org>
Thu, 5 Aug 2010 21:41:23 +0000 (21:41 +0000)
webcit/roomops.c
webcit/static/t/roombanner.m.html

index 982dfd8879c8e4864fd9c793946603bd92fefe34..eba4ce174553da7fb81cd2da82f7a6a71a2d715b 100644 (file)
@@ -347,7 +347,6 @@ void embed_room_banner(char *got, int navbar_style) {
                 with_files
                );
        svcallback("VIEWOMATIC", embed_view_o_matic); 
-       svcallback("START", offer_start_page); 
  
        do_template("roombanner", NULL);
        /* roombanner contains this for mobile */
index 7ae78410fcc1ea1d7573a692b2aae81356561e84..848fcfbebe2f2c198699b799d64c72ecf747d298 100644 (file)
@@ -2,6 +2,6 @@
 <div class="banner" >
 <h1 class="roomname"><?=("room_view_picture")> <?ROOMNAME></h1>
 <p><?ROOMINFO> <?NUMMSGS></p>
-<p><?START> <?=("searchomatic"></p>
+<p><?OFFERSTARTPAGE> <?=("searchomatic"></p>
 </div>
 <!-- end roombanner.html -->