1
0
Fork 0
mirror of https://github.com/Oreolek/kangana.git synced 2024-07-02 22:55:04 +03:00
kangana/application/config/common.php

10 lines
229 B
PHP

<?php defined('SYSPATH') OR die('No direct access allowed.');
return array(
'title' => 'Клиенты',
'uploads_dir' => '/uploads',
'thumbnail_width' => 200,
'thumbnail_height' => 150,
'page_size' => 20, // pagination
);