Fix for Fix for omni

  1. function custom_omniture_variables($main) {
  2.   return array(
  3.     'variables' => array(
  4.       's.prop1' => 'Hi colleen!',
  5.       's.channel' => variable_get('custom_omniture_channel', 'North America'),
  6.     ),
  7.   );
  8. }

Submit Fix

Any tags you'd like to associate with your code, delimitered by commas (example: Views, CCK, Module, etc).
Select the syntax highlighting mode to use.