Added helper function for setting page_security for multiusage pages.
[fa-stable.git] / includes / types.inc
index 754ddb727f7ae036ddbe9d4c2ea8a0fc579c183c..f9acce38cc845a187c0935d7c961f271c20777be 100644 (file)
@@ -281,4 +281,14 @@ $stock_types = array(
                'D' => _("Service")
 );
 
+//----------------------------------------------------------------------------------
+
+define('TAG_ACCOUNT',   1);
+define('TAG_DIMENSION', 2);
+
+$tag_types = array (
+               TAG_ACCOUNT   => _("Account"),
+               TAG_DIMENSION => _("Dimension")
+);
+
 ?>
\ No newline at end of file