Archived
1
0
Fork 0

improve configuration (addresses #49)

This commit is contained in:
Jan Dittberner 2009-07-11 20:48:17 +00:00
parent fd2530cbbd
commit 631ec74b2b
4 changed files with 56 additions and 34 deletions

View file

@ -32,10 +32,12 @@
* <http://www.gnu.org/licenses/>.
*/
$basedir = dirname(__file__);
/**
* Inkludiert die Funktionsbibliothek.
*/
require('includes/galleryfunctions.php');
require($basedir . '/includes/galleryfunctions.php');
/**
* Name der aktuellen Galerie.
@ -51,7 +53,7 @@ $scripts = array('js/jquery.js',
'js/jquery.colorBlend.js',
'js/jquery.lightbox.js',
'scripts/ourhandlers.js');
$styles = array('css/jquery.lightbox.css');
$styles = array();
$template = $theme->getTemplate();