This website requires JavaScript.
Explore
Help
Sign in
Friendica
/
friendica-github
Watch
1
Star
0
Fork
You've already forked friendica-github
0
mirror of
https://github.com/friendica/friendica
synced
2024-11-15 22:13:55 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
c8e010fa04
friendica-github
/
view
/
theme
/
frio
/
templates
/
contacts-head.tpl
3 lines
98 B
Smarty
Raw
Normal View
History
Unescape
Escape
introduce a filter function at the contact page. This is done with the help of textcomplete and jsmart.js. There is annoying bug inside. If the screensize is to small, the browser freezes. It is traced back to the "media-body" class (and its css attributes) which we use in the template.
2016-04-28 19:35:33 +00:00
Add '$VERSION' template variable to make Friendica version available in templates - constant() Smarty function is deprecated - Remove unused site-wide template variable '$APP' - Address https://github.com/friendica/friendica/issues/14027#issuecomment-2016469408
2024-03-24 13:20:58 +00:00
<script type="text/javascript" src="view/theme/frio/js/mod_contacts.js?v=
{
{
$VERSION
}
}
"></script>
Reference in a new issue
Copy permalink