backup: live-stand vor erstem git-deployment
This commit is contained in:
22
module/infopoint/infopoint_config.inc.php
Normal file
22
module/infopoint/infopoint_config.inc.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?
|
||||
//Bildpfade
|
||||
define("PATH_ORIGINAL_PICTURE_INFOPOINT", "../../userdata/infopoint/");
|
||||
define("PATH_ICON_INFOPOINT", "/userdata/infopoint/");
|
||||
|
||||
// kollektionsbilder
|
||||
define("PATH_SETUP_ICON_INFOPOINT", "/layout/admin/img/icons/collections/");
|
||||
|
||||
$infopoint_setup_images = array(
|
||||
'artikel.png',
|
||||
'bilder.png',
|
||||
'calendar.png',
|
||||
'dokumente_2.png',
|
||||
'dokumente.png',
|
||||
'karriere.png',
|
||||
'liste.png',
|
||||
'news.png',
|
||||
'newsletter.png',
|
||||
'orte.png',
|
||||
'person.png',
|
||||
'videos.png'
|
||||
);
|
||||
Reference in New Issue
Block a user