Added Navigation bit to the top of documents for the categories
[biaweb2.git] / biawebstrings.hpp
index 76c4f2b..1e15e57 100644 (file)
@@ -7,7 +7,9 @@ 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_IN_FORMAT = "%Y-%m-%d %H:%M %Z";
 }