Document tree generation to HTML output completed
[biaweb2.git] / biawebstrings.hpp
1 #ifndef __BIAWEBSTRINGS__
2 #define __BIAWEBSTRINGS__
3
4 namespace biaweb {
5 const char* GO_UP = "Go up";
6 const char* SUB_CAT = "Sub categories: ";
7 const char* ART_LIST = "List of Articles";
8 const char* INDEX = "Index Page";
9 }
10
11 #endif