Changed the rendering code for templating output
[biaweb2.git] / biawebstrings.hpp
index 8e2f947..702e5a9 100644 (file)
@@ -2,8 +2,13 @@
 #define __BIAWEBSTRINGS__
 
 namespace biaweb {
+    // COMMON STRINGS
     const char* GO_UP = "Go up";
     const char* SUB_CAT = "Sub categories: ";
+    const char* ART_LIST = "List of Articles";
+    const char* INDEX = "Index Page";
+    // DATE FORMAT
+    const char* DATE_FORMAT = "%d %b %Y, %H:%M %Z";
 }
 
 #endif