-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconfig.php
30 lines (27 loc) · 1.57 KB
/
config.php
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
<?php
$GLOBALS['TL_CONFIG']['hofff_shariff_services'][] = 'addthis';
$GLOBALS['TL_CONFIG']['hofff_shariff_services'][] = 'diaspora';
$GLOBALS['TL_CONFIG']['hofff_shariff_services'][] = 'facebook';
$GLOBALS['TL_CONFIG']['hofff_shariff_services'][] = 'flattr';
$GLOBALS['TL_CONFIG']['hofff_shariff_services'][] = 'flipboard';
// $GLOBALS['TL_CONFIG']['hofff_shariff_services'][] = 'info';
$GLOBALS['TL_CONFIG']['hofff_shariff_services'][] = 'linkedin';
$GLOBALS['TL_CONFIG']['hofff_shariff_services'][] = 'mail';
$GLOBALS['TL_CONFIG']['hofff_shariff_services'][] = 'pinterest';
// $GLOBALS['TL_CONFIG']['hofff_shariff_services'][] = 'print';
$GLOBALS['TL_CONFIG']['hofff_shariff_services'][] = 'qzone';
$GLOBALS['TL_CONFIG']['hofff_shariff_services'][] = 'reddit';
$GLOBALS['TL_CONFIG']['hofff_shariff_services'][] = 'stumbleupon';
$GLOBALS['TL_CONFIG']['hofff_shariff_services'][] = 'telegram';
$GLOBALS['TL_CONFIG']['hofff_shariff_services'][] = 'tencent';
$GLOBALS['TL_CONFIG']['hofff_shariff_services'][] = 'threema';
$GLOBALS['TL_CONFIG']['hofff_shariff_services'][] = 'tumblr';
$GLOBALS['TL_CONFIG']['hofff_shariff_services'][] = 'twitter';
$GLOBALS['TL_CONFIG']['hofff_shariff_services'][] = 'vk';
$GLOBALS['TL_CONFIG']['hofff_shariff_services'][] = 'weibo';
$GLOBALS['TL_CONFIG']['hofff_shariff_services'][] = 'whatsapp';
$GLOBALS['TL_CONFIG']['hofff_shariff_services'][] = 'xing';
$GLOBALS['TL_CTE']['links']['hofff_shariff']
= \Hofff\Contao\Shariff\Frontend\ContentShariff::class;
$GLOBALS['FE_MOD']['miscellaneous']['hofff_shariff']
= \Hofff\Contao\Shariff\Frontend\ModuleShariff::class;