diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-06-10 17:27:59 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-06-10 17:27:59 +0000 |
| commit | 044ad1cc44596cf1b7dc688a03908580d847a101 (patch) | |
| tree | d179d879e29ef1fa07849f13c0fca300c19627ca /modules | |
| parent | 139dad665ed944ee99760e877d045760bab9739c (diff) | |
| download | webtrees-044ad1cc44596cf1b7dc688a03908580d847a101.tar.gz webtrees-044ad1cc44596cf1b7dc688a03908580d847a101.tar.bz2 webtrees-044ad1cc44596cf1b7dc688a03908580d847a101.zip | |
#592063 GoogleMap module - undefined variable TEXT_DIRECTION [svn 8680]
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/googlemap/admin_config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/googlemap/admin_config.php b/modules/googlemap/admin_config.php index a1779a7317..92c79953e2 100644 --- a/modules/googlemap/admin_config.php +++ b/modules/googlemap/admin_config.php @@ -45,7 +45,7 @@ if (file_exists('modules/googlemap/config.php')) { print_header(i18n::translate('GoogleMap Configuration')); if (WT_USER_IS_ADMIN) { ?> -<table class="center <?php print $TEXT_DIRECTION ?>"> +<table class="center"> <tr> <td colspan="2" class="topbottombar" style="text-align:center; "><?php echo i18n::translate('GoogleMap Configuration'); ?></td> </tr> |
