From a6d56d81b1bde141976f9fad6aebab1fd58bd022 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 4 Jun 2010 11:50:22 +0400 Subject: mobile: add article navigation (closes #269) --- mobile/functions.php | 6 ++++ mobile/index.php | 1 + mobile/mobile.css | 32 ++++++++++++++++++++ mobile/mobile.js | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 121 insertions(+) create mode 100644 mobile/mobile.css diff --git a/mobile/functions.php b/mobile/functions.php index c1bb61c54..18440bab9 100644 --- a/mobile/functions.php +++ b/mobile/functions.php @@ -477,6 +477,12 @@ print "

$content

"; + print ""; + print "
"; print "
diff --git a/mobile/index.php b/mobile/index.php index bcdfe23d1..b0b374497 100644 --- a/mobile/index.php +++ b/mobile/index.php @@ -34,6 +34,7 @@ +