Remove facebook widget link

This commit is contained in:
robbt 2020-04-18 08:27:23 -04:00
parent 6df9e51981
commit e061b38537
2 changed files with 1 additions and 6 deletions

View File

@ -57,12 +57,6 @@ $pages[] = array(
'module' => 'default',
'controller' => 'embeddablewidgets',
'action' => 'schedule',
),
array(
'label' => _('Facebook'),
'module' => 'default',
'controller' => 'embeddablewidgets',
'action' => 'facebook',
)
)
);

View File

@ -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()
{
Zend_Layout::getMvcInstance()->assign('parent_page', 'Widgets');