projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95ed90b
)
no need for the variable assignment
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Fri, 12 Nov 2010 22:13:09 +0000
(17:13 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Fri, 12 Nov 2010 22:13:09 +0000
(17:13 -0500)
horde/templates/portal/mobile.inc
patch
|
blob
|
history
diff --git
a/horde/templates/portal/mobile.inc
b/horde/templates/portal/mobile.inc
index
26be4fd
..
20badde
100644
(file)
--- a/
horde/templates/portal/mobile.inc
+++ b/
horde/templates/portal/mobile.inc
@@
-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">