diff options
Diffstat (limited to 'frontends/php/include/defines.inc.php')
| -rw-r--r-- | frontends/php/include/defines.inc.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/php/include/defines.inc.php b/frontends/php/include/defines.inc.php index 24209da4..3558c34d 100644 --- a/frontends/php/include/defines.inc.php +++ b/frontends/php/include/defines.inc.php @@ -28,6 +28,8 @@ define('XML_TAG_APPLICATION', 'application'); define('XML_TAG_ITEMS', 'items'); define('XML_TAG_ITEM', 'item'); + define('XML_TAG_TEMPLATES', 'templates'); + define('XML_TAG_TEMPLATE', 'template'); define('XML_TAG_TRIGGERS', 'triggers'); define('XML_TAG_TRIGGER', 'trigger'); define('XML_TAG_GRAPHS', 'graphs'); |
