diff options
| author | Nigel Osborne <kiwi3685@me.com> | 2011-01-06 03:25:31 +0000 |
|---|---|---|
| committer | Nigel Osborne <kiwi3685@me.com> | 2011-01-06 03:25:31 +0000 |
| commit | fc2b58f346e27529ee1eec5b32222169b322797c (patch) | |
| tree | a685935dd83a0ae55463ad8d9627a5b018f1a412 /themes/_administration/theme.php | |
| parent | 933f6e36c4c60b90792d283db004a0bf3bb2ac72 (diff) | |
| download | webtrees-fc2b58f346e27529ee1eec5b32222169b322797c.tar.gz webtrees-fc2b58f346e27529ee1eec5b32222169b322797c.tar.bz2 webtrees-fc2b58f346e27529ee1eec5b32222169b322797c.zip | |
Add link back to webtrees.net on admin screen logo
Diffstat (limited to 'themes/_administration/theme.php')
| -rw-r--r-- | themes/_administration/theme.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/_administration/theme.php b/themes/_administration/theme.php index 2be9fb3c84..f685c79e4e 100644 --- a/themes/_administration/theme.php +++ b/themes/_administration/theme.php @@ -40,7 +40,7 @@ $WT_USE_HELPIMG = true; //- main icons
$WT_IMAGES=array(
- 'webtrees'=>WT_THEME_DIR.'images/webtrees_s.png',
+ 'webtrees'=>WT_THEME_DIR.'images/header.png',
'help'=>WT_THEME_DIR.'images/help.png',
'edit'=>WT_THEME_DIR.'images/edit.png',
'email'=>WT_THEME_DIR.'images/email.png',
|
