X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tpl%2Fdefault%2Fincludes.html;h=6c30d1bf8a432052df87b14709249e62e786ef51;hb=905f8675a728841b03b300d2c7dc909a1c4f7f03;hp=ca5c4f337faf536245ba65de25fbed955ee86d13;hpb=402b03464812aaec76bc841ca7dacb775baf1e03;p=github%2Fshaarli%2FShaarli.git diff --git a/tpl/default/includes.html b/tpl/default/includes.html index ca5c4f33..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}