You are here

function template_preprocess_web_widgets_uwa_widget in Web Widgets 7

Same name and namespace in other branches
  1. 6 uwa/web_widgets_style_uwa.inc \template_preprocess_web_widgets_uwa_widget()

Process variables for web_widgets_uwa_widget.tpl.php

File

uwa/web_widgets_style_uwa.inc, line 80
UWA-embedding specific functions, preprocessing http://dev.netvibes.com/

Code

function template_preprocess_web_widgets_uwa_widget(&$variables) {
  $variables['url'] = url($variables['url'], array(
    'absolute' => TRUE,
  ));
}