* add first draft of group-change detection
[citadel.git] / webcit / roomops.c
index 4c47999e4b85a2ac08a28491f2bfb2c218701617..1e20e12a168715079b037d8e906a2b8a824c8e2f 100644 (file)
@@ -489,7 +489,7 @@ void embed_room_banner(char *got, int navbar_style) {
                if (buf2[0] == '1') while (serv_getln(buf2, sizeof buf2), strcmp(buf2, "000"))
                        file_count++;
                snprintf (with_files, sizeof with_files, 
-                         "; <a href=\"display_room_directory\"> %d %s </a>", 
+                         "; <a href=\"do_template?template=files\"> %d %s </a>", 
                          file_count, 
                          ((file_count>1) || (file_count == 0)  ? _("files") : _("file")));
        }