You are here

fb_social_presets_ui.class.php in Facebook social plugins integration 7.2

Same filename and directory in other branches
  1. 6.2 plugins/export_ui/fb_social_presets_ui.class.php

File

plugins/export_ui/fb_social_presets_ui.class.php
View 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