forked from mantisbt/mantisbt-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
addons.php
34 lines (31 loc) · 1.05 KB
/
addons.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?php
$t_sub_title = "MantisBT Add-ons";
include( "top.php" );
?>
<div class="row show-grid clear-both">
<div class="col-sm-12 col-md-12">
<h1>Add Ons</h1>
</div>
</div>
<br>
<div class="row show-grid clear-both">
<div class="col-sm-7 col-md-8">
<h2><b>Plugins</b></h2>
<p>
MantisBT plugin system allows extension of MantisBT through both officially maintained and third party plug-ins.
Browse the plugin directory to learn more about each plugin.
</p>
</div>
<div class="col-md-1"></div>
<div class="col-sm-5 col-md-3">
<br>
<a class="btn btn-warning" href="wiki/doku.php/mantisbt:plugins:start" onclick="ga('send', 'event', 'Addons', 'Browse Plugins Directory');">
Browse Plugins Directory</a>
<div class="clear-both"></div>
<br>
<a class="btn btn-warning" href="https://github.com/mantisbt-plugins" onclick="ga('send', 'event', 'Addons', 'Browse Plugins on GitHub');">
Browse Plugins on GitHub</a>
</div>
</div>
<?php
include_once('bot.php');