root/mytrz-gallery/config.php
| Revision 55, 385 bytes (checked in by aqua, 4 years ago) |
|---|
| Line | |
|---|---|
| 1 | <?PHP |
| 2 | |
| 3 | /* data file name */ |
| 4 | $list_file = "list.dat"; |
| 5 | |
| 6 | /* original img upload directory */ |
| 7 | $img_dir = "org"; |
| 8 | |
| 9 | /* dir to store thumbnail image */ |
| 10 | $thumb_dir = "thumb"; |
| 11 | |
| 12 | /* if thumbnail height is not defined... keep original respect */ |
| 13 | $thumb_width = 250; |
| 14 | $thumb_height = 150; |
| 15 | |
| 16 | /* number of image per page */ |
| 17 | $p_page = 15; |
| 18 | |
| 19 | /* number of list per page */ |
| 20 | $p_list = 6; |
| 21 | |
| 22 | ?> |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)