Skip to content

Instantly share code, notes, and snippets.

@akool
akool / ManagerCssContexts.php
Created March 10, 2019 11:42 — forked from pmfx/ManagerCssContexts.php
Plugin for Evolution CMS. Adds some style to the first level tree elements, to make them stand out more. Usefull when you are using first level documents as "context" folders.
<?php
// ManagerCssContexts
// Add some style too the first level tree elements.
// Event: OnManagerTreePrerender
// Modify $contexts variable for your needs.
$e = & $modx->Event;
if ( $e->name == "OnManagerTreePrerender" ) {