Boxer

    Table of Contents:


    Boxer is CMS plugin to manage and show highlight boxes on site page (typically home page). It allow manage and edit boxes.

    Plugin data storage is located in folder /cms/data/plugins/boxer (may be changed) and contains files:

    • id.xml - XML file containing boxes data; id - boxer id usually is language code (ex. eng.xml))
    • other XML files containing boxes data with different id

    Plugin delegates to site:

    • js include file: cms-plugin-boxer.js containing cms_plugin_boxer() jQuery plugin
    • css include file: cms-plugin-boxer.css
    • Smarty template plugin {cms_plugin_boxer}

    jQuery plugin docs available at cms_plugin_boxer()

    Smarty template plugin docs available at {cms_plugin_boxer}

    Vulnerability Scanner