You are here

function template_preprocess_web_widgets_uwa in Web Widgets 7

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

Process variables for web_widgets_uwa.tpl.php

File

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

Code

function template_preprocess_web_widgets_uwa(&$variables) {
  $variables['wid'] = 'web_widgets_uwa_' . md5(microtime());
  $views_path_html = $variables['path'] . '/uwa';
  $variables['url'] = $views_path_html;
}