vtenext/themes/next/theme.php
2021-04-28 20:10:26 +02:00

19 lines
543 B
PHP

<?php
/*************************************
* SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. <info@vtenext.com>
* SPDX-License-Identifier: AGPL-3.0-only
************************************/
// crmv@119414
require_once('include/BaseClasses.php');
class ThemeConfig extends OptionableClass {
protected $options = array(
'handle_contestual_buttons' => true, // Use this flag if the theme uses contextual buttons (theme without header buttons) // crmv@190519
'lateral_left_menu' => true,
'lateral_right_menu' => true,
);
}