function(string $plugin = NULL) { return self::$_app_name ? self::getDataPath() . ($plugin ? 'plugins/' . $plugin . '/' : 'content/') : ''; }