* reorganize some templates into subdirectories
[citadel.git] / webcit / pushemail.c
index 54dbf63b3575cd9cef8524e72975b3b7a51a13df..586fca67eb5aa158271d2c758851dd1c49807d75 100644 (file)
@@ -85,7 +85,7 @@ void display_pushemail(void)
                GetServerStatus(Buf, NULL);
        }
        output_headers(1, 1, 2, 0, 0, 0);
-       DoTemplate(HKEY("pushemail"), NULL, &SubTP);
+       DoTemplate(HKEY("prefs_pushemail"), NULL, &SubTP);
        wDumpContent(1);
        FreeStrBuf(&Buf);
 }