fb_social_presets_ui.class.php in Facebook social plugins integration 7.2
Same filename and directory in other branches
File
plugins/export_ui/fb_social_presets_ui.class.phpView source
<?php
class fb_social_presets_ui extends ctools_export_ui {
function hook_menu(&$items) {
// Change the item to a tab on the fb_social configuration page.
$this->plugin['menu']['items']['list callback']['type'] = MENU_LOCAL_TASK;
$this->plugin['menu']['items']['list callback']['weight'] = 10;
parent::hook_menu($items);
}
}
Classes
Name | Description |
---|---|
fb_social_presets_ui |