add logout link to at least the mobile portal for now
authorMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 12 Nov 2010 22:08:39 +0000 (17:08 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 12 Nov 2010 22:08:39 +0000 (17:08 -0500)
horde/templates/portal/mobile.inc

index 35cdbdd..26be4fd 100644 (file)
@@ -3,6 +3,7 @@
 <div data-role="page">
   <div data-role="header">
     <h1><?php echo sprintf(_("Welcome, %s"), $fullname) ?></h1>
+    <a rel="external" class="ui-btn-right" href="<?php echo $logout_link = Horde::getServiceLink('logout', 'horde')?>"><?php echo _("Logout")?></a>
   </div>
   <div data-role="content">
     <ul data-role="listview">