summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2010-08-22 14:45:15 +0000
committerfisharebest <fisharebest@gmail.com>2010-08-22 14:45:15 +0000
commit2f2ba07590b3bdc19a52fc69730a9d219e0959d5 (patch)
treedf7be5260323aa5a4927ca41f8b2bf1920f2648b /index.php
parentd46b16c4a579f094cbbe094a25d0f3e1bb068d82 (diff)
downloadwebtrees-2f2ba07590b3bdc19a52fc69730a9d219e0959d5.tar.gz
webtrees-2f2ba07590b3bdc19a52fc69730a9d219e0959d5.tar.bz2
webtrees-2f2ba07590b3bdc19a52fc69730a9d219e0959d5.zip
Remove old/obsolete help text and references
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index 2d65d505b7..2a8647f5ae 100644
--- a/index.php
+++ b/index.php
@@ -97,6 +97,7 @@ if ($ctype=='user') {
$helpindex = 'mypage_portal';
print_header(i18n::translate('My Page'));
} else {
+ $helpindex = 'index_portal';
print_header(get_gedcom_setting(WT_GED_ID, 'title'));
}