php-mpos/templates/bluemoon/about/api/default.tpl
2016-07-06 14:37:49 +02:00

18 lines
556 B
Smarty

<div class="row">
<div class="col-lg-12">
<div class="widget">
<div class="widget-header">
<div class="title">
API Reference
</div>
<span class="tools">
<i class="fa fa-book"></i>
</span>
</div>
<div class="widget-body">
<p>Please head over to the <a href="https://github.com/TheSerapher/php-mpos/wiki/API-Reference">official documentation</a> to learn about the API featured in <b>MPOS</b>.</p>
</div>
</div>
</div>
</div>