|
Revision 285
(checked in by brieb, 1 year ago)
|
Merging object oriented branch back into trunk.
|
- Property svn:keywords set to
LastChangedBy LastChangedDate LastChangedRevision
|
| Line | |
|---|
| 1 |
<?php if($phpbms->showFooter) {?> |
|---|
| 2 |
<div id="footer"> |
|---|
| 3 |
<p id="footerAbout"><a href="http://www.phpbms.org" target="_blank">phpBMS</a> By <a href="http://www.kreotek.com" target="_blank">Kreotek, LLC</a></p> |
|---|
| 4 |
<p id="footerTop"><a href="#toptop">top</a></p> |
|---|
| 5 |
</div> |
|---|
| 6 |
<?php }?> |
|---|
| 7 |
<?php $phpbms->showExtraJs($phpbms->bottomJS) ?> |
|---|
| 8 |
</body> |
|---|
| 9 |
</html> |
|---|
| 10 |
|
|---|