/* Load Custom 404 article with true 404 error code returned */
if ($this->error->getCode() == '404') {
header("HTTP/1.0 404 Not Found");
echo file_get_contents(JURI::root().'/404');
exit;
}
Winbinder documentation can be found at https://crispy-computing-machine.github.io/Winbinder-Docs/
The bar color is controlled by Bearsampp\core\classes\tpls\class.tpl.aestan.php
lines 275-276
'BarGradientEnd=$00c07840' . PHP_EOL .
'BarGradientStart=$00c07840' . PHP_EOL .
The first 2 digits must always be '00' and the next 6 are in BBGGRR format