Closed (duplicate)
Project:
Panels
Version:
6.x-3.2
Component:
Mini panels
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
12 Dec 2009 at 10:36 UTC
Updated:
15 Jan 2010 at 23:59 UTC
Hi there,
I'm wondering how to include a given 'page callback' (not the menu items!! - the page content should displayed) in a mini-panel, because I like to use the tab panel style look for it. Or what about a iframe..
Is this possible? The page callback runs on ...http://mydomain.com/avchat3 .
Any ideas?
...
$items['avchat3'] = array(
'title' => 'AVChat Video Chat (User)',
'page callback' => 'avchat3_userinterface',
'access arguments' => array('access avchat3 user interface'),
'type' => MENU_NORMAL_ITEM
);
Comments
Comment #1
merlinofchaos commentedhttp://drupal.org/node/657944