dbFields = array(
'label'=>'Navigation',
'homeLink'=>true,
'amountOfItems'=>5,
'staticPages'=>true,
'pages'=>true
);
}
// Method called on the settings of the plugin on the admin area
public function form()
{
global $Language;
$html = '
';
$html .= '';
$html .= '';
$html .= ''.$Language->get('This title is almost always used in the sidebar of the site').'';
$html .= '
';
$html .= '
';
$html .= '';
$html .= '';
$html .= '
';
$html .= '
';
$html .= '';
$html .= '';
$html .= '
';
$html .= '
';
$html .= '';
$html .= '';
$html .= '
';
if (ORDER_BY=='date') {
$html .= '
';
$html .= '';
$html .= '';
$html .= '
';
}
return $html;
}
// Method called on the sidebar of the website
public function siteSidebar()
{
global $Language;
global $Url;
global $Site;
global $dbPages;
// HTML for sidebar
$html = '
';
// Print the label if not empty
$label = $this->getValue('label');
if (!empty($label)) {
$html .= '
'.$label.'
';
}
$html .= '
';
$html .= '
';
// Show Home page link
if ($this->getValue('homeLink')) {
$html .= '