Active
Project:
Omega
Version:
7.x-3.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Sep 2012 at 03:37 UTC
Updated:
12 Sep 2012 at 03:37 UTC
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