Guys,

I tried to do

function omega_test_page_alter(&$page) {
echo "";
include 'no_js.php';
echo "";
}

This script is working ok on Bartik, but how come it's not working on omega ??

Thanks