Friendica Communications Platform
(please note that this is a clone of the repository at github, issues are handled there)
https://friendi.ca
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
1.1 KiB
25 lines
1.1 KiB
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> |
|
<meta name="viewport" content="width=device-width; initial-scale = 1.0;" /> |
|
|
|
<base href="{{$baseurl}}/" /> |
|
<meta name="generator" content="{{$generator}}" /> |
|
<link rel="stylesheet" href="{{$baseurl}}/view/asset/jgrowl/jquery.jgrowl.min.css" type="text/css" media="screen" /> |
|
<link rel="stylesheet" href="{{$baseurl}}/view/asset/jquery-datetimepicker/build/jquery.datetimepicker.min.css" type="text/css" media="screen" /> |
|
<script type="text/javascript" src="{{$baseurl}}/view/asset/jquery/dist/jquery.min.js"></script> |
|
|
|
<link rel="stylesheet" type="text/css" href="{{$stylesheet}}" media="all" /> |
|
|
|
<link rel="shortcut icon" href="{{$baseurl}}/images/friendica-32.png" /> |
|
<link rel="search" |
|
href="{{$baseurl}}/opensearch" |
|
type="application/opensearchdescription+xml" |
|
title="Search in Friendica" /> |
|
|
|
<script> |
|
window.delItem = "{{$delitem}}"; |
|
window.showMore = "{{$showmore}}"; |
|
window.showFewer = "{{$showfewer}}"; |
|
var updateInterval = {{$update_interval}}; |
|
var localUser = {{if $local_user}}{{$local_user}}{{else}}false{{/if}}; |
|
</script> |
|
|
|
|