Changeset 2651 for trunk/include


Ignore:
Timestamp:
Oct 4, 2008, 11:50:02 AM (16 years ago)
Author:
rub
Message:

Use directly $lang_info on tpl files.

Location:
trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_mail.inc.php

    r2629 r2651  
    653653        'CONTENT_TYPE' => $args['email_format'],
    654654        'CONTENT_ENCODING' => get_pwg_charset(),
    655         'LANG' => $lang_info['code'],
    656         'DIR' => $lang_info['direction'],
    657655
    658656        // Footer
  • trunk/include/page_header.php

    r2521 r2651  
    4646    'CONTENT_ENCODING' => get_pwg_charset(),
    4747    'PAGE_TITLE' => strip_tags($title),
    48     'LANG'=>$lang_info['code'],
    49     'DIR'=>$lang_info['direction'],
    5048
    5149    'U_HOME' => make_index_url(),
Note: See TracChangeset for help on using the changeset viewer.