forked from Dressi/amfphp-2.0
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Footer.inc.php
31 lines (29 loc) · 1.01 KB
/
Footer.inc.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
<?php
/**
* This file is part of amfPHP
*
* LICENSE
*
* top link bar
*
* This source file is subject to the license that is bundled
* with this package in the file license.txt.
* @package Amfphp_Backoffice
*
*/
/**
* dummy to get rid of phpdocumentor error...
*/
$temp = 0;
?>
<footer class="site-footer">
<div>
<a target="_blank" href="http://www.silexlabs.org/amfphp/feedback/">Feedback</a>
<a target="_blank" href="http://www.silexlabs.org/groups/amfphp/amfphp-users/">Forum</a>
<a target="_blank" href="http://www.silexlabs.org/amfphp/documentation/">Documentation</a>
<a target="_blank" href="http://community.silexlabs.org/amfphp/reference/">Class Reference</a>
<a target="_blank" href="https://github.com/silexlabs/amfphp-2.0">Source Code</a>
<a target="_blank" href="http://www.silexlabs.org/amfphp/">Amfphp Website</a>
<a target="_blank" href="http://www.silexlabs.org/category/exchange/exchange-amfphp/">More Plugins</a>
</div>
</footer>