mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-01 19:12:47 +02:00
add $conf['maxRequests']
perf enhanced : declare once {combine_script}
add one loading gif, fixed at the bottom right of the page
display an icon for picture loading, and an error icon if ajax failed : might need to be integrated in sprite.png
ToDo picture page/clean up unused loader gif/sleep above all.
git-svn-id: http://piwigo.org/svn/trunk@20161 68402e56-0260-453c-a942-63ccdbb3a9ee
11 lines
305 B
PHP
11 lines
305 B
PHP
<?php
|
|
$themeconf = array(
|
|
'name' => 'default',
|
|
'icon_dir' => 'themes/default/icon',
|
|
'img_dir' => 'themes/default/images',
|
|
'loading_img' => 'themes/default/images/359_s.png',
|
|
'mime_icon_dir' => 'themes/default/icon/mimetypes/',
|
|
'local_head' => 'local_head.tpl',
|
|
);
|
|
?>
|