diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-05-08 13:26:15 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-05-08 13:26:15 +0000 |
| commit | 51999f2bcdb1fd4a38cff0327e1d1d2e70eb0411 (patch) | |
| tree | db02b0dad8f9afab8514cccb28480a3f7a7e6a12 /themes/xenea/header.php | |
| parent | 446ba3e9e848793af894c930f7eda23e0326e81c (diff) | |
| download | webtrees-51999f2bcdb1fd4a38cff0327e1d1d2e70eb0411.tar.gz webtrees-51999f2bcdb1fd4a38cff0327e1d1d2e70eb0411.tar.bz2 webtrees-51999f2bcdb1fd4a38cff0327e1d1d2e70eb0411.zip | |
Rename module parameter from pgvaction to mod_action
Diffstat (limited to 'themes/xenea/header.php')
| -rw-r--r-- | themes/xenea/header.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/xenea/header.php b/themes/xenea/header.php index 5b847701ce..7b96730635 100644 --- a/themes/xenea/header.php +++ b/themes/xenea/header.php @@ -41,7 +41,7 @@ $displayDate=timestamp_to_gedcom_date(client_time())->Display(false, $DATE_FORMA <html xmlns="http://www.w3.org/1999/xhtml" <?php echo i18n::html_markup(); ?>> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <?php if (isset($_GET["pgvaction"]) && $_GET["pgvaction"]=="places_edit") { ?> + <?php if (isset($_GET["mod_action"]) && $_GET["mod_action"]=="places_edit") { ?> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> <?php } ?> <?php if ($FAVICON) { ?><link rel="shortcut icon" href="<?php echo $FAVICON; ?>" type="image/x-icon" /> <?php } ?> |
