You are here

function persiantools_preprocess_html in PersianTools 7

Same name and namespace in other branches
  1. 8 persiantools.module \persiantools_preprocess_html()

Implements hook_preprocess_html().

File

./persiantools.module, line 67
Adds common features and fixes for persian pages.

Code

function persiantools_preprocess_html(&$variables) {
  persiantools_convert_data($variables['page']['#children']);
}