mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
"get_baseurl" and "z_root" are disappearing ...
This commit is contained in:
parent
c770b00d6d
commit
7d4c99ebbc
18 changed files with 235 additions and 297 deletions
|
@ -1,10 +1,10 @@
|
|||
|
||||
<h3>{{$title}}</h3>
|
||||
|
||||
|
||||
{{foreach $options as $o}}
|
||||
<dl>
|
||||
<dt><a href="{{$baseurl}}/{{$o.0}}">{{$o.1}}</a></dt>
|
||||
<dd>{{$o.2}}</dd>
|
||||
</dl>
|
||||
{{/foreach}}
|
||||
<h3>{{$title}}</h3>
|
||||
|
||||
|
||||
{{foreach $options as $o}}
|
||||
<dl>
|
||||
<dt><a href="{{$o.0}}">{{$o.1}}</a></dt>
|
||||
<dd>{{$o.2}}</dd>
|
||||
</dl>
|
||||
{{/foreach}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue