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-10 11:42:54 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
37d41323b8
friendica-github
/
view
/
templates
/
apps.tpl
9 lines
100 B
Smarty
Raw
Normal View
History
Unescape
Escape
removed old comment that is no longer true
2014-09-05 22:14:25 +00:00
missing "templates" folders
2013-04-23 11:47:57 +00:00
<h3>
{
{
$title
}
}
</h3>
<ul>
{
{
foreach
$apps
as
$ap
}
}
Avoid escaping relevant template variables
2018-12-14 03:35:51 +00:00
<li>
{
{
$ap
nofilter
}
}
</li>
missing "templates" folders
2013-04-23 11:47:57 +00:00
{
{
/
foreach
}
}
</ul>
Reference in a new issue
Copy permalink