This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
core/view/tpl/uexport.tpl
2017-05-02 12:46:50 -07:00

20 lines
405 B
Smarty

<div class="generic-content-wrapper">
<div class="section-title-wrapper">
<h2>{{$title}}</h2>
</div>
<div class="section-content-wrapper">
<b><a href="uexport/basic">{{$basictitle}}</a></b></p>
<p>{{$basic}}</p>
<p><b><a href="uexport/complete">{{$fulltitle}}</a></b></p>
<p>{{$full}}</p>
<p>{{$extra}}</p>
<p>{{$extra2}}</p>
<p>{{$extra3}}</p>
<p>{{$extra4}}</p>
</div>
</div>