From dcf65b486eeae372b5604a84bfbbfbabc7a22a8e Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Thu, 17 May 2001 14:45:47 +0000 Subject: [PATCH] Gone and quite possibly forgotten, how terrible git-svn-id: file:///svn/phpbb/trunk@310 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/templates/Default/index_footer.tpl | 11 ----- phpBB/templates/Default/index_header.tpl | 19 --------- phpBB/templates/Default/login_footer.tpl | 5 --- phpBB/templates/Default/login_header.tpl | 7 ---- phpBB/templates/Default/newtopic_header.tpl | 18 --------- phpBB/templates/Default/viewforum_footer.tpl | 34 ---------------- phpBB/templates/Default/viewforum_header.tpl | 40 ------------------- .../Default/viewonline_body_guests.tpl | 23 ----------- .../templates/Default/viewonline_body_reg.tpl | 25 ------------ phpBB/templates/Default/viewonline_footer.tpl | 17 -------- phpBB/templates/Default/viewonline_header.tpl | 18 --------- phpBB/templates/Default/viewtopic_footer.tpl | 40 ------------------- phpBB/templates/Default/viewtopic_header.tpl | 36 ----------------- 13 files changed, 293 deletions(-) delete mode 100644 phpBB/templates/Default/index_footer.tpl delete mode 100644 phpBB/templates/Default/index_header.tpl delete mode 100644 phpBB/templates/Default/login_footer.tpl delete mode 100644 phpBB/templates/Default/login_header.tpl delete mode 100644 phpBB/templates/Default/newtopic_header.tpl delete mode 100644 phpBB/templates/Default/viewforum_footer.tpl delete mode 100644 phpBB/templates/Default/viewforum_header.tpl delete mode 100644 phpBB/templates/Default/viewonline_body_guests.tpl delete mode 100644 phpBB/templates/Default/viewonline_body_reg.tpl delete mode 100644 phpBB/templates/Default/viewonline_footer.tpl delete mode 100644 phpBB/templates/Default/viewonline_header.tpl delete mode 100644 phpBB/templates/Default/viewtopic_footer.tpl delete mode 100644 phpBB/templates/Default/viewtopic_header.tpl diff --git a/phpBB/templates/Default/index_footer.tpl b/phpBB/templates/Default/index_footer.tpl deleted file mode 100644 index 4070588c1b..0000000000 --- a/phpBB/templates/Default/index_footer.tpl +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - -
= {L_NEWPOSTS}{S_TIMEZONE}
= {L_NONEWPOSTS}
- \ No newline at end of file diff --git a/phpBB/templates/Default/index_header.tpl b/phpBB/templates/Default/index_header.tpl deleted file mode 100644 index a7e8ebae14..0000000000 --- a/phpBB/templates/Default/index_header.tpl +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - -
- - - - -
{L_POSTEDTOTAL} -{TOTAL_POSTS}- {L_MESSAGES}.
- {L_WEHAVE} {TOTAL_USERS} {L_REGUSERS}.
- {L_NEWESTUSER} {NEWEST_USER}
- {L_ARECURRENTLY} {USERS_BROWSING} {L_BROWSING} {L_THEFORUMS}
-
-
- - diff --git a/phpBB/templates/Default/login_footer.tpl b/phpBB/templates/Default/login_footer.tpl deleted file mode 100644 index 0628ebce12..0000000000 --- a/phpBB/templates/Default/login_footer.tpl +++ /dev/null @@ -1,5 +0,0 @@ - -
- -
{S_TIMEZONE}
- \ No newline at end of file diff --git a/phpBB/templates/Default/login_header.tpl b/phpBB/templates/Default/login_header.tpl deleted file mode 100644 index 7c9f5da50f..0000000000 --- a/phpBB/templates/Default/login_header.tpl +++ /dev/null @@ -1,7 +0,0 @@ - -
- - - -
{SITENAME} {L_INDEX}
- \ No newline at end of file diff --git a/phpBB/templates/Default/newtopic_header.tpl b/phpBB/templates/Default/newtopic_header.tpl deleted file mode 100644 index 903fad68e8..0000000000 --- a/phpBB/templates/Default/newtopic_header.tpl +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - -
- - - - -
- {L_POSTNEWIN}
- {FORUM_NAME} -
-
- - diff --git a/phpBB/templates/Default/viewforum_footer.tpl b/phpBB/templates/Default/viewforum_footer.tpl deleted file mode 100644 index a89b71de55..0000000000 --- a/phpBB/templates/Default/viewforum_footer.tpl +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - -
- - - - -
- - - - -
Post New Topic
-
- - - - - -
- - - - -
{JUMPBOX}
-
- -
- - diff --git a/phpBB/templates/Default/viewforum_header.tpl b/phpBB/templates/Default/viewforum_header.tpl deleted file mode 100644 index abdfebf3e5..0000000000 --- a/phpBB/templates/Default/viewforum_header.tpl +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - -
- - - - -
- - - - -
-
{FORUM_NAME}
- Moderated by - {MODERATORS}
- {SITENAME} - Forum Index >> {FORUM_NAME} -
-
- - - - -
- - - - -
- - Post New Topic - -
-
-
- - diff --git a/phpBB/templates/Default/viewonline_body_guests.tpl b/phpBB/templates/Default/viewonline_body_guests.tpl deleted file mode 100644 index 6e7c62b150..0000000000 --- a/phpBB/templates/Default/viewonline_body_guests.tpl +++ /dev/null @@ -1,23 +0,0 @@ - - - - - -
- - - - - - - - - - - - - - - -
{L_ANONYMOUS_ONLINE}
 {L_USERNAME}  {L_LASTUPDATE}  {L_LOCATION} 
 {userguestrow.USERNAME}  {userguestrow.LASTUPDATE}  {userguestrow.LOCATION} 
- \ No newline at end of file diff --git a/phpBB/templates/Default/viewonline_body_reg.tpl b/phpBB/templates/Default/viewonline_body_reg.tpl deleted file mode 100644 index 85f83a10f2..0000000000 --- a/phpBB/templates/Default/viewonline_body_reg.tpl +++ /dev/null @@ -1,25 +0,0 @@ - - - - - -
- - - - - - - - - - - - - - - - - -
{L_REGISTERED_ONLINE}
 {L_USERNAME}  {L_LASTUPDATE}  {L_LOGGED_ON}  {L_LOCATION} 
 {userregrow.USERNAME}  {userregrow.LASTUPDATE}  {userregrow.LOGGEDON}  {userregrow.LOCATION} 
- \ No newline at end of file diff --git a/phpBB/templates/Default/viewonline_footer.tpl b/phpBB/templates/Default/viewonline_footer.tpl deleted file mode 100644 index 93e69a36f5..0000000000 --- a/phpBB/templates/Default/viewonline_footer.tpl +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - -
{S_TIMEZONE} - - - -
- - - -
{JUMPBOX}
- diff --git a/phpBB/templates/Default/viewonline_header.tpl b/phpBB/templates/Default/viewonline_header.tpl deleted file mode 100644 index 0b2e6081c0..0000000000 --- a/phpBB/templates/Default/viewonline_header.tpl +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - -
- - - - -
{L_POSTEDTOTAL} -{TOTAL_POSTS}- {L_MESSAGES}.
- {L_WEHAVE} {TOTAL_USERS} {L_REGUSERS}.
- {L_NEWESTUSER} {NEWEST_USER} -
-
- - \ No newline at end of file diff --git a/phpBB/templates/Default/viewtopic_footer.tpl b/phpBB/templates/Default/viewtopic_footer.tpl deleted file mode 100644 index 0b03860f44..0000000000 --- a/phpBB/templates/Default/viewtopic_footer.tpl +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - -
- - - - -
- - - - -
- - Post New Topic  - - Reply to this topic - -
-
- - - - - -
- - - - -
{JUMPBOX}
-
- -
- - diff --git a/phpBB/templates/Default/viewtopic_header.tpl b/phpBB/templates/Default/viewtopic_header.tpl deleted file mode 100644 index 352af43c9f..0000000000 --- a/phpBB/templates/Default/viewtopic_header.tpl +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - -
- - - - -
- - - - -
- {SITENAME} - Forum Index >> {FORUM_NAME} >> {TOPIC_TITLE} -
-
- - - - -
- - - - -
- Post New Topic Reply to this topic -
-
-
- -