PHP code example of eadpucv / bo-skin

1. Go to this page and download the library: Download eadpucv/bo-skin library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

eadpucv / bo-skin example snippets


# - LOAD SKIN
wfLoadSkin( 'chameleon' );

# -- BO SETTINGS
## --------------------------------------------- layout --------------------------------------------
$egChameleonLayoutFile= "$IP/skins/bo/layouts/layout-2022.xml";

## --------------------------------------------- theme  --------------------------------------------
$egChameleonThemeFile  = "$IP/skins/bo/scss/bo-riables.scss";

## --------------------------------------------- bo     ---------------------------------------------
$egChameleonExternalStyleModules = [
  $IP . '/skins/bo/scss/bo.scss' => 'afterFunctions'
];