no need for the variable assignment
authorMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 12 Nov 2010 22:13:09 +0000 (17:13 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Fri, 12 Nov 2010 22:13:09 +0000 (17:13 -0500)
horde/templates/portal/mobile.inc

index 26be4fd..20badde 100644 (file)
@@ -3,7 +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>
+    <a rel="external" class="ui-btn-right" href="<?php echo Horde::getServiceLink('logout', 'horde')?>"><?php echo _("Logout")?></a>
   </div>
   <div data-role="content">
     <ul data-role="listview">