diff --git a/phpBB/templates/Euclid/index_body.tpl b/phpBB/templates/Euclid/index_body.tpl
index 2336dee1b2..3cd5d3e9df 100644
--- a/phpBB/templates/Euclid/index_body.tpl
+++ b/phpBB/templates/Euclid/index_body.tpl
@@ -46,7 +46,7 @@
 |
- {TOTAL_USERS_ONLINE} {LOGGED_IN_USER_LIST} |
+ {TOTAL_USERS_ONLINE} {LOGGED_IN_USER_LIST} |
diff --git a/phpBB/templates/Euclid/overall_header.tpl b/phpBB/templates/Euclid/overall_header.tpl
index 28806c39dd..2309439197 100644
--- a/phpBB/templates/Euclid/overall_header.tpl
+++ b/phpBB/templates/Euclid/overall_header.tpl
@@ -20,7 +20,7 @@ TD.cat {background-color:{T_TH_COLOR2};font-family:{T_FONTFACE1};font-size:12pt}
TD.row1 {background-color:{T_TD_COLOR1}}
TD.row2 {background-color:{T_TD_COLOR2}}
-SPAN.title {font-family:{T_FONTFACE2};font-size:36pt}
+SPAN.title {font-family:{T_FONTFACE2};font-size:26pt}
SPAN.cattitle {font-family:{T_FONTFACE1};font-size:12pt;font-weight:bold}
SPAN.gen {font-family:{T_FONTFACE1};font-size:10pt}
SPAN.gensmall {font-family:{T_FONTFACE1};font-size:8pt}
@@ -57,7 +57,7 @@ HR {height:2px}
 |
- {SITENAME}
{SITE_DESCRIPTION} |
+ {SITENAME} {SITE_DESCRIPTION} |
|
diff --git a/phpBB/templates/Euclid/search_results_topics.tpl b/phpBB/templates/Euclid/search_results_topics.tpl
index 37429975a4..b398c89eb8 100644
--- a/phpBB/templates/Euclid/search_results_topics.tpl
+++ b/phpBB/templates/Euclid/search_results_topics.tpl
@@ -30,8 +30,8 @@
{searchresults.FOLDER} |
{searchresults.FORUM_NAME} |
{searchresults.NEWEST_POST_IMG}{searchresults.TOPIC_TYPE}{searchresults.TOPIC_TITLE} {searchresults.GOTO_PAGE} |
- {searchresults.TOPIC_POSTER} |
- {searchresults.REPLIES} |
+ {searchresults.TOPIC_POSTER} |
+ {searchresults.REPLIES} |
{searchresults.VIEWS} |
{searchresults.LAST_POST} |
diff --git a/phpBB/templates/Euclid/viewforum_body.tpl b/phpBB/templates/Euclid/viewforum_body.tpl
index ac2a1fdc38..c90a5b3c0e 100644
--- a/phpBB/templates/Euclid/viewforum_body.tpl
+++ b/phpBB/templates/Euclid/viewforum_body.tpl
@@ -35,8 +35,8 @@
{topicrow.FOLDER} |
{topicrow.NEWEST_POST_IMG}{topicrow.TOPIC_TYPE}{topicrow.TOPIC_TITLE} {topicrow.GOTO_PAGE} |
- {topicrow.TOPIC_POSTER} |
- {topicrow.REPLIES} |
+ {topicrow.TOPIC_POSTER} |
+ {topicrow.REPLIES} |
{topicrow.VIEWS} |
{topicrow.LAST_POST} |
diff --git a/phpBB/templates/Euclid/viewtopic_body.tpl b/phpBB/templates/Euclid/viewtopic_body.tpl
index 8455e77777..6e7cb77f63 100644
--- a/phpBB/templates/Euclid/viewtopic_body.tpl
+++ b/phpBB/templates/Euclid/viewtopic_body.tpl
@@ -49,26 +49,26 @@
-
+
{postrow.POSTER_NAME} {postrow.POSTER_RANK} {postrow.RANK_IMAGE}{postrow.POSTER_AVATAR}
{postrow.POSTER_JOINED} {postrow.POSTER_POSTS} {postrow.POSTER_FROM}
|
|
-
+
{L_POST_SUBJECT}: {postrow.POST_SUBJECT} |
|
- {postrow.EDIT_IMG} {postrow.QUOTE_IMG} |
+ {postrow.EDIT_IMG} {postrow.QUOTE_IMG} {postrow.DELETE_IMG} |
|
+
+ {postrow.MESSAGE} |
+
|
-
- {postrow.MESSAGE} |
-
@@ -80,7 +80,7 @@
{postrow.PROFILE_IMG} {postrow.PM_IMG} {postrow.EMAIL_IMG} {postrow.WWW_IMG} {postrow.ICQ_ADD_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG} |
- {postrow.IP_IMG} {postrow.DELETE_IMG} |
+ {postrow.IP_IMG} |
|
| | | |