You are here

function template_preprocess_filedepot_filelisting_moredata in filedepot 7

Same name and namespace in other branches
  1. 6 lib-theme.php \template_preprocess_filedepot_filelisting_moredata()

File

./lib-theme.php, line 483
lib-theme.php Theme support functions for the module

Code

function template_preprocess_filedepot_filelisting_moredata(&$variables) {
  $filedepot = filedepot_filedepot();
  $variables['message_padding'] = 100 + $variables['level'] * $filedepot->paddingsize;
}