diff --git a/Config.php b/Config.php index 5364748..0137c9b 100644 --- a/Config.php +++ b/Config.php @@ -8,6 +8,6 @@ class Config { const WEBSITE_NAME = 'PSL-CMS'; const WEBSITE_SLOGAN = 'Your simple content management system'; - + const ARTICLES_PER_PAGE = 10; } \ No newline at end of file