summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/include/constants.php')
-rw-r--r--frontend/include/constants.php19
1 files changed, 0 insertions, 19 deletions
diff --git a/frontend/include/constants.php b/frontend/include/constants.php
deleted file mode 100644
index fb16d89..0000000
--- a/frontend/include/constants.php
+++ /dev/null
@@ -1,19 +0,0 @@
-<?php
-define('RECIPE_CATEGORY', 'r');
-define('DISH_CATEGORY', 'd');
-define('INGREDIENT_CATEGORY', 'i');
-define('FAVORITE_RECIPE', 'R');
-define('FAVORITE_DISH', 'D');
-define('FAVORITE_MEAL', 'M');
-define('FAVORITE_TIP', 'T');
-define('FAVORITE_INGREDIENT', 'I');
-define('MODE_SET', 'set');
-define('MODE_WHERE', 'where');
-define('TYPE_CATEGORY', 'c');
-define('TYPE_RECIPE', 'r');
-define('TYPE_IMAGE', 'p');
-define('TYPE_USER', 'u');
-define('TYPE_DISH', 'd');
-define('TYPE_INGREDIENT', 'i');
-define('USER_TITLES', 'Mr. Mrs. Ms. Dr. Rabbi Rav Rabbi Dr. Rav Dr.');
-?>