This repository was archived by the owner on Nov 19, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathext_emconf.php
More file actions
48 lines (45 loc) · 2.64 KB
/
ext_emconf.php
File metadata and controls
48 lines (45 loc) · 2.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?php
########################################################################
# Extension Manager/Repository config file for ext "eepcollect".
#
# Auto generated 11-12-2010 13:06
#
# Manual updates:
# Only the data in the array - everything else is removed by next
# writing. "version" and "dependencies" must not be touched!
########################################################################
$EM_CONF[$_EXTKEY] = array(
'title' => 'Pagecollector',
'description' => 'Visitors can collect pages and add them to their own favorit-list like a basket in a shop. Inclusiv delete and sort functions. (Merkliste, Merkzettel, Seite merken, Inhalte sammeln -> http://pagecollector.enobe.de)',
'category' => 'fe',
'shy' => 0,
'version' => '1.0.11',
'dependencies' => '',
'conflicts' => '',
'priority' => '',
'loadOrder' => '',
'module' => '',
'state' => 'stable',
'uploadfolder' => 1,
'createDirs' => '',
'modify_tables' => '',
'clearcacheonload' => 0,
'lockType' => '',
'author' => 'Joerg Kummer',
'author_email' => 'typo3@enobe.de',
'author_company' => '',
'CGLcompliance' => '',
'CGLcompliance_note' => '',
'constraints' => array(
'depends' => array(
),
'conflicts' => array(
),
'suggests' => array(
),
),
'_md5_values_when_last_written' => 'a:35:{s:9:"ChangeLog";s:4:"c56d";s:12:"ext_icon.gif";s:4:"06da";s:17:"ext_localconf.php";s:4:"2d14";s:14:"ext_tables.php";s:4:"394c";s:14:"ext_tables.sql";s:4:"02be";s:19:"flexform_ds_pi1.xml";s:4:"cb6e";s:31:"icon_tx_eepcollect_sessions.gif";s:4:"d49a";s:28:"locallang_csh_eepcollect.php";s:4:"c6e1";s:16:"locallang_db.xml";s:4:"dbd7";s:17:"locallang_tca.xml";s:4:"6aae";s:7:"tca.php";s:4:"737e";s:14:"doc/manual.pdf";s:4:"dc90";s:14:"doc/manual.sxw";s:4:"2d96";s:17:"doc/manual_de.pdf";s:4:"fcd4";s:17:"doc/manual_de.sxw";s:4:"d922";s:31:"pi1/class.tx_eepcollect_pi1.php";s:4:"5821";s:17:"pi1/locallang.xml";s:4:"3b80";s:24:"pi1/static/editorcfg.txt";s:4:"0858";s:16:"res/_buttons.psd";s:4:"bab9";s:23:"res/bigbutton_minus.gif";s:4:"2c7e";s:22:"res/bigbutton_okay.gif";s:4:"8d76";s:22:"res/bigbutton_plus.gif";s:4:"4068";s:20:"res/button_blank.gif";s:4:"82a2";s:19:"res/button_down.gif";s:4:"6267";s:28:"res/button_down_disabled.gif";s:4:"a7e0";s:20:"res/button_minus.gif";s:4:"c874";s:19:"res/button_plus.gif";s:4:"3470";s:17:"res/button_up.gif";s:4:"4f2a";s:26:"res/button_up_disabled.gif";s:4:"f689";s:20:"static/constants.txt";s:4:"8961";s:16:"static/setup.txt";s:4:"4504";s:28:"template/eepcollect_pi1.tmpl";s:4:"d7a3";s:43:"template/eepcollect_powermail_checkbox.tmpl";s:4:"4703";s:41:"template/eepcollect_powermail_select.tmpl";s:4:"f149";s:25:"template/no_template.tmpl";s:4:"787c";}',
'suggests' => array(
),
);
?>