Changeset 8302 for extensions/FacebookPlug/Plugin/include
- Timestamp:
- Dec 25, 2010, 9:21:40 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/FacebookPlug/Plugin/include/header.inc.php
r8298 r8302 58 58 59 59 60 if ($conf['fbp']['social_plugin_like_button']['enabled'] or $conf['fbp']['social_plugin_like_box']['enabled']) 60 if ( 61 $conf['fbp']['social_plugin_like_button']['enabled'] 62 or 63 $conf['fbp']['social_plugin_facepile']['enabled'] 64 or 65 $conf['fbp']['social_plugin_comments']['enabled'] 66 or 67 $conf['fbp']['social_plugin_like_box']['enabled'] 68 ) 61 69 { 62 70 add_event_handler('init', 'fbp_init');
Note: See TracChangeset
for help on using the changeset viewer.