]> git.mxchange.org Git - friendica.git/blob - view/templates/admin/viewlogs.tpl
Merge branch 'develop' into task/admin-block-list
[friendica.git] / view / templates / admin / viewlogs.tpl
1 <div id='adminpage'>
2         <h1>{{$title}} - {{$page}}</h1>
3         
4         <h3>{{$logname}}</h3>
5         <div style="width:100%; height:400px; overflow: auto; "><pre>{{$data}}</pre></div>
6 </div>