Ignore:
Timestamp:
Oct 1, 2008, 10:39:06 PM (16 years ago)
Author:
rub
Message:

Purpose of datepicker with jQuery.
I will open a french topic on forum to debate of implementation and possibles changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/template.class.php

    r2627 r2632  
    4949  function Template($root = ".", $theme= "")
    5050  {
    51     global $conf;
     51    global $conf, $lang_info;
    5252
    5353    $this->smarty = new Smarty;
     
    7575      $this->smarty->assign('themeconf', $themeconf);
    7676    }
     77
     78    $this->smarty->assign('lang_info', $lang_info);
    7779
    7880    $this->set_template_dir($root);
Note: See TracChangeset for help on using the changeset viewer.