X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tpl%2Fdefault%2Fincludes.html;h=6c30d1bf8a432052df87b14709249e62e786ef51;hb=49106a5d8cf1153b5da23f889d15e46fa480e7cc;hp=91c6ca3be5ba36087493d84af07e57eb398ebd30;hpb=7040169069322d72cec4276b7b812291b57a0d40;p=github%2Fshaarli%2FShaarli.git diff --git a/tpl/default/includes.html b/tpl/default/includes.html index 91c6ca3b..6c30d1bf 100644 --- a/tpl/default/includes.html +++ b/tpl/default/includes.html @@ -2,19 +2,36 @@ + - - - - - - -{if="is_file('inc/user.css')"} - -{/if} + + {loop="$plugins_includes.css_files"} - + {/loop} - \ No newline at end of file +{if="is_file('data/user.css')"} + +{/if} + +{if="! empty($links) && count($links) === 1"} + {$link=reset($links)} + + + + {$ogDescription=isset($link.description_src) ? $link.description_src : $link.description} + + {if="$link.thumbnail"} + + {/if} + {if="!$hide_timestamps || $is_logged_in"} + + {if="$link.updated"} + + {/if} + {/if} + {loop="link.taglist"} + + {/loop} +{/if}