Cleaned up the generation of document tree index
[biaweb2.git] / biawebstrings.hpp
diff --git a/biawebstrings.hpp b/biawebstrings.hpp
new file mode 100644 (file)
index 0000000..8e2f947
--- /dev/null
@@ -0,0 +1,9 @@
+#ifndef __BIAWEBSTRINGS__
+#define __BIAWEBSTRINGS__
+
+namespace biaweb {
+    const char* GO_UP = "Go up";
+    const char* SUB_CAT = "Sub categories: ";
+}
+
+#endif