Added Navigation bit to the top of documents for the categories
[biaweb2.git] / biawebstrings.hpp
index 1e073f0..1e15e57 100644 (file)
@@ -7,8 +7,11 @@ namespace biaweb {
     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_FORMAT = "%d %b %Y, %H:%M";
+    const char* DATE_IN_FORMAT = "%Y-%m-%d %H:%M %Z";
 }
 
 #endif