summaryrefslogtreecommitdiff
path: root/mobile/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-12-17 22:21:43 +0300
committerAndrew Dolgov <[email protected]>2009-12-17 22:21:43 +0300
commitbf974b029d7223957720fb295330fd9df999739d (patch)
treeffee5efa9c7edf23daae87f3040769ed619a00f2 /mobile/functions.php
parent3e94601e57f69231887fe6cb32c837bcfb6d1545 (diff)
mobile: less ugly transition to main page
Diffstat (limited to 'mobile/functions.php')
-rw-r--r--mobile/functions.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/mobile/functions.php b/mobile/functions.php
index 91ca397f9..a773eb940 100644
--- a/mobile/functions.php
+++ b/mobile/functions.php
@@ -36,7 +36,7 @@
$title = getCategoryTitle($link, $cat_id);
print "<ul id='cat-$cat_id' title='$title' myBackLabel='Feeds'
- myBackHref='index.php' myBackTarget='_self'>";
+ myBackHref='home.php'>";
// print "<li><a href='#cat-actions'>".__('Actions...')."</a></li>";
@@ -292,13 +292,13 @@
selected=\"true\"
myBackLabel='$feed_title' myBackHref='feed.php?id=$feed_id&cat=$cat_id'>";
- // print "<h2><a target='_blank' href='$link'>$title</a></h2>";
+ print "<h2><a target='_blank' href='$link'>$title</a></h2>";
print "<fieldset>";
- print "<div class=\"row\">";
+/* print "<div class=\"row\">";
print "<label id='title'><a target='_blank' href='$article_link'>$title</a></label>";
- print "</div>";
+ print "</div>"; */
$is_starred = (sql_bool_to_bool($line["marked"])) ? "true" : "false";
$is_published = (sql_bool_to_bool($line["published"])) ? "true" : "false";