Example #1
0
 public static function _footer()
 {
     if ($GLOBALS[JNEWS . 'show_footer']) {
         backHTML::_footerSignature();
     }
 }
Example #2
0
 function _footer()
 {
     if ($GLOBALS[ACA . 'show_footer'] == '1') {
         backHTML::_footerSignature();
     } else {
         echo acajoom::noShow();
     }
 }
 function _footer()
 {
     backHTML::_footerSignature();
 }
Example #4
0
 public static function _footer()
 {
     backHTML::_footerSignature();
 }