From dfc74ff226d77b6e659866111e86a56ee2596d83 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Mon, 24 Nov 2008 14:34:44 +0000 Subject: [PATCH 1/1] Skyscraper now in member menu supported (you need to update/patch member_header.tpl and member_footer.tpl --- .gitattributes | 1 + inc/modules/login.php | 6 ++---- templates/de/html/member/member_content_right.tpl | 7 +++++++ templates/de/html/member/member_footer.tpl | 5 +++++ templates/de/html/member/member_header.tpl | 2 +- 5 files changed, 16 insertions(+), 5 deletions(-) create mode 100644 templates/de/html/member/member_content_right.tpl diff --git a/.gitattributes b/.gitattributes index 7164938b5a..d182a81d86 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1308,6 +1308,7 @@ templates/de/html/member/member_bonus_row.tpl -text templates/de/html/member/member_cat_row.tpl -text templates/de/html/member/member_cats_footer.tpl -text templates/de/html/member/member_cats_header.tpl -text +templates/de/html/member/member_content_right.tpl -text templates/de/html/member/member_doubler.tpl -text templates/de/html/member/member_doubler_list.tpl -text templates/de/html/member/member_doubler_list_rows.tpl -text diff --git a/inc/modules/login.php b/inc/modules/login.php index 5928f54c60..971a7c0309 100644 --- a/inc/modules/login.php +++ b/inc/modules/login.php @@ -107,10 +107,8 @@ if ((FILE_READABLE($INC_ACTION)) && (VALIDATE_MENU_ACTION("member", GET_ACTION(" } if (($_CONFIG['member_menu'] == "Y") || (!EXT_IS_ACTIVE("sql_patches", true))) { - OUTPUT_HTML("
- - - "); + // Right side of content (hint: a good place for 120x600 skyscraper banner!) + LOAD_TEMPLATE("member_content_right"); // Some advertising stuff? LOAD_TEMPLATE("member_advert"); diff --git a/templates/de/html/member/member_content_right.tpl b/templates/de/html/member/member_content_right.tpl new file mode 100644 index 0000000000..7292f7c69c --- /dev/null +++ b/templates/de/html/member/member_content_right.tpl @@ -0,0 +1,7 @@ + + + + + + + diff --git a/templates/de/html/member/member_footer.tpl b/templates/de/html/member/member_footer.tpl index 0eed77d78a..fd0144f1a2 100644 --- a/templates/de/html/member/member_footer.tpl +++ b/templates/de/html/member/member_footer.tpl @@ -1,2 +1,7 @@ + + + + + diff --git a/templates/de/html/member/member_header.tpl b/templates/de/html/member/member_header.tpl index 03de59e824..9c84153e1e 100644 --- a/templates/de/html/member/member_header.tpl +++ b/templates/de/html/member/member_header.tpl @@ -1,7 +1,7 @@ -
+
-- 2.30.2