Merge pull request #1002 from Robbt/remove-facebook-widget-link
Remove facebook widget link
This commit is contained in:
commit
be932109e6
|
@ -57,12 +57,6 @@ $pages[] = array(
|
||||||
'module' => 'default',
|
'module' => 'default',
|
||||||
'controller' => 'embeddablewidgets',
|
'controller' => 'embeddablewidgets',
|
||||||
'action' => 'schedule',
|
'action' => 'schedule',
|
||||||
),
|
|
||||||
array(
|
|
||||||
'label' => _('Facebook'),
|
|
||||||
'module' => 'default',
|
|
||||||
'controller' => 'embeddablewidgets',
|
|
||||||
'action' => 'facebook',
|
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
|
@ -43,6 +43,7 @@ class EmbeddableWidgetsController extends Zend_Controller_Action
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// The Facebook widget is untested & unsupported, the widget has been removed from the navigation in navigation.php
|
||||||
public function facebookAction()
|
public function facebookAction()
|
||||||
{
|
{
|
||||||
Zend_Layout::getMvcInstance()->assign('parent_page', 'Widgets');
|
Zend_Layout::getMvcInstance()->assign('parent_page', 'Widgets');
|
||||||
|
|
Loading…
Reference in New Issue