$_SERVER['DOCUMENT_ROOT'], /* |-------------------------------------------------------------------------- | CSS Folder |-------------------------------------------------------------------------- | | The folder where css files exist, in relation to the document root | */ 'css_root' => $document_root. '/css/', /* |-------------------------------------------------------------------------- | Path from |-------------------------------------------------------------------------- | | Path fragment to rewrite in css files | */ 'path_from' => '', /* |-------------------------------------------------------------------------- | Path to |-------------------------------------------------------------------------- | | The path fragment replacement for the css files | */ 'path_to' => '', /* |-------------------------------------------------------------------------- | CSS Groups file |-------------------------------------------------------------------------- | | The file where the css groups are configured | */ 'css_groups_file' => realpath(__DIR__ . '/css_groups.php'), /* |-------------------------------------------------------------------------- | JS Folder |-------------------------------------------------------------------------- | | The folder where javascript files exist, in relation to the document root | */ 'js_root' => $document_root. '/js/', /* |-------------------------------------------------------------------------- | JS Groups file |-------------------------------------------------------------------------- | | The file where the javascript groups are configured | */ 'js_groups_file' => realpath(__DIR__ . '/js_groups.php'), ];