summaryrefslogtreecommitdiff
path: root/classes/handler/public.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-27 10:59:26 +0400
committerAndrew Dolgov <[email protected]>2013-03-27 10:59:26 +0400
commit884d16505e2c4502ec4438a7e987855683a2d75d (patch)
tree507d12e0a52af1fe408371488f12fee53c1caf45 /classes/handler/public.php
parent88a41b64a26c4814004a849a328f9af7770430fa (diff)
tweak how utility.css-based stuff looks
Diffstat (limited to 'classes/handler/public.php')
-rw-r--r--classes/handler/public.php10
1 files changed, 6 insertions, 4 deletions
diff --git a/classes/handler/public.php b/classes/handler/public.php
index 53051a1f8..1efaa0430 100644
--- a/classes/handler/public.php
+++ b/classes/handler/public.php
@@ -537,9 +537,9 @@ class Handler_Public extends Handler {
<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/>
</head>
<body>
- <img class=\"floatingLogo\" src=\"images/logo_wide.png\"
+ <img class=\"floatingLogo\" src=\"images/logo_small.png\"
alt=\"Tiny Tiny RSS\"/>
- <h1>".__("Subscribe to feed...")."</h1>";
+ <h1>".__("Subscribe to feed...")."</h1><div class='content'>";
$rc = subscribe_to_feed($this->link, $feed_url);
@@ -612,7 +612,7 @@ class Handler_Public extends Handler {
<input type=\"submit\" value=\"".__("Return to Tiny Tiny RSS")."\">
</form></p>";
- print "</body></html>";
+ print "</div></body></html>";
} else {
render_login_form($this->link);
@@ -720,8 +720,9 @@ class Handler_Public extends Handler {
</head>
<body id='forgotpass'>";
- print '<div class="floatingLogo"><img src="images/logo_wide.png"></div>';
+ print '<div class="floatingLogo"><img src="images/logo_small.png"></div>';
print "<h1>".__("Reset password")."</h1>";
+ print "<div class='content'>";
@$method = $_POST['method'];
@@ -790,6 +791,7 @@ class Handler_Public extends Handler {
}
+ print "</div>";
print "</body>";
print "</html>";