This website requires JavaScript.
Explore
Help
Register
Sign In
mexon
/
friendica
Watch
1
Star
0
Fork
You've already forked friendica
0
Code
Pull requests
Activity
8c778ca02e
friendica
/
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-06 00:14:25 +02:00
missing "templates" folders
2013-04-23 13:47:57 +02:00
<h3>
{
{
$title
}
}
</h3>
<ul>
{
{
foreach
$apps
as
$ap
}
}
Avoid escaping relevant template variables
2018-12-14 04:35:51 +01:00
<li>
{
{
$ap
nofilter
}
}
</li>
missing "templates" folders
2013-04-23 13:47:57 +02:00
{
{
/
foreach
}
}
</ul>
Copy permalink