/** * Get html for current schema */ public static function pullCurrentSchema() { $currentSchema = \WebAPL\Template::getCurrentSchema(); if (isset($currentSchema['css']) && $currentSchema['css']) { echo '<link rel="stylesheet" href="' . $currentSchema['css'] . '">'; } }