diff options
Diffstat (limited to 'core/application.php')
-rw-r--r-- | core/application.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/core/application.php b/core/application.php index 7ddf6a0..f44bb27 100644 --- a/core/application.php +++ b/core/application.php @@ -63,6 +63,7 @@ foreach([ 'PATHINFO.PROT' => $_SERVER['REQUEST_SCHEME'] ?? 'https', 'PATHINFO.HOST' => $_SERVER['HTTP_HOST'] ?? 'localhost', 'PATHINFO.BASE' => '', + 'WRAP_EMOTICONS' => TRUE, 'CATEGORY.DIRECTORY' => 'category', 'PAGE.DIRECTORY' => 'page', 'POST.DIRECTORY' => 'post', @@ -71,10 +72,6 @@ foreach([ 'PAGE.SLUG_URLS' => TRUE, 'POST.SLUG_URLS' => TRUE, 'USER.SLUG_URLS' => TRUE, - 'CATEGORY.EMOTICONS' => TRUE, - 'PAGE.EMOTICONS' => TRUE, - 'POST.EMOTICONS' => TRUE, - 'USER.EMOTICONS' => TRUE, 'CATEGORY.LIST_SIZE' => 10, 'PAGE.LIST_SIZE' => 10, 'POST.LIST_SIZE' => 10, |