aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/linklist.html
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2016-05-10 00:44:17 +0200
committerArthurHoaro <arthur@hoa.ro>2016-08-07 12:17:36 +0200
commitf26d4d56f99e2be9fa2ad4598a7b55ce0e9dcfdf (patch)
tree6ebe0c8e6fd4fef3868253c5fec36573cd9dd4d1 /tpl/default/linklist.html
parent735bda920c2a696bbe2e6e8bc0f608c97ac9cdf4 (diff)
downloadShaarli-f26d4d56f99e2be9fa2ad4598a7b55ce0e9dcfdf.tar.gz
Shaarli-f26d4d56f99e2be9fa2ad4598a7b55ce0e9dcfdf.tar.zst
Shaarli-f26d4d56f99e2be9fa2ad4598a7b55ce0e9dcfdf.zip
Login page and header login
Note: the header login isn't functional
Diffstat (limited to 'tpl/default/linklist.html')
-rw-r--r--tpl/default/linklist.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tpl/default/linklist.html b/tpl/default/linklist.html
index 964cc400..4a0f44c6 100644
--- a/tpl/default/linklist.html
+++ b/tpl/default/linklist.html
@@ -94,7 +94,7 @@
94 {/if} 94 {/if}
95 95
96 <div class="pure-g"> 96 <div class="pure-g">
97 <div class="linklist-item-infos-dateblock pure-u-lg-3-8 pure-u-sm-1"> 97 <div class="linklist-item-infos-dateblock pure-u-lg-3-8 pure-u-1">
98 <a href="?{$value.shorturl}" title="Permalink"> 98 <a href="?{$value.shorturl}" title="Permalink">
99 {if="!$GLOBALS['config']['HIDE_TIMESTAMPS'] || isLoggedIn()"} 99 {if="!$GLOBALS['config']['HIDE_TIMESTAMPS'] || isLoggedIn()"}
100 <span class="linkdate"> 100 <span class="linkdate">
@@ -111,7 +111,7 @@
111 {if="$link_plugin_counter - 1 != $counter"}&middot;{/if} 111 {if="$link_plugin_counter - 1 != $counter"}&middot;{/if}
112 {/loop} 112 {/loop}
113 </div> 113 </div>
114 <div class="linklist-item-infos-url pure-u-lg-5-8 pure-u-sm-1"> 114 <div class="linklist-item-infos-url pure-u-lg-5-8 pure-u-1">
115 <a href="{$value.real_url}" title="{$value.title}"> 115 <a href="{$value.real_url}" title="{$value.title}">
116 <i class="fa fa-link"></i> {$value.url} 116 <i class="fa fa-link"></i> {$value.url}
117 </a> 117 </a>