/[drupal]/contributions/modules/page_lang/template.php
ViewVC logotype

Contents of /contributions/modules/page_lang/template.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Fri May 25 23:39:42 2007 UTC (2 years, 6 months ago) by cay
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-php
can use these to ensure that their HTML is easily adaptable for an international audience.
1 <?php
2
3 function _phptemplate_variables($hook, $vars) {
4 $vars = array();
5 if ($hook == 'page') {
6 if (module_exists('page_lang')) {
7 $vars['language'] = page_lang_page_get_lang();
8 }
9 }
10 return $vars;
11 }

  ViewVC Help
Powered by ViewVC 1.1.2