Added Navigation bit to the top of documents for the categories
[biaweb2.git] / biawebstrings.hpp
index 8e2f947..1e15e57 100644 (file)
@@ -2,8 +2,16 @@
 #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";
+    const char* NAVIGATE = "Navigation";
+    const char* WARNING_PARSE_FAILED = "Warning: date parse failed on " ;
+    const char* HOME = "Home";
+    // DATE FORMAT
+    const char* DATE_IN_FORMAT = "%Y-%m-%d %H:%M %Z";
 }
 
 #endif