|
Revision 259, 345 bytes
(checked in by brieb, 5 years ago)
|
|
Started conversion of fields/headers/footers to OO.
Created ample module for developers.
|
-
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 }//end if ?> |
|---|
| 7 | <?php $phpbms->showExtraJs($phpbms->bottomJS) ?> |
|---|
| 8 | </body> |
|---|
| 9 | </html> |
|---|