1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-03-10 12:28:25 +00:00
friendica-github/view/templates/admin/viewlogs.tpl
2017-12-01 00:40:55 -05:00

6 lines
170 B
Smarty

<div id='adminpage'>
<h1>{{$title}} - {{$page}}</h1>
<h3>{{$logname}}</h3>
<div style="width:100%; height:400px; overflow: auto; "><pre>{{$data}}</pre></div>
</div>