extras-evolution / multiTV

Custom TV for Evolution CMS: Transform a template variables into a sortable multi item list for the Evolution content management framework
8 stars 23 forks source link

Update multitv.class.php #27

Closed 0test closed 6 years ago

0test commented 6 years ago

Adding a css and js files to another display mode (vertical or horizontal). Example:

$settings['configuration'] = array(
    'css' => 'css/myfile.css',
        'scripts' => 'js/myjs.js'
);
Pathologic commented 6 years ago

Check for keys existance needed.