/**
  * 文章信息
  */
 private function newsinfo()
 {
     $cateinfo = $this->_getcate();
     $boname = \Common\Cls\ContentCls::getmoduletablebycid();
     $bomod = BO($boname);
     $crumbs = \Common\Cls\ContentCls::breadcrumbs();
     $this->assign('crumbs', $crumbs);
     $method = $boname . 'info';
     $news = $bomod->{$method}();
     $this->_assign($news);
     $this->display($cateinfo['newstmpl']);
 }
Example #2
0
echo BB($u['BC']);
?>
BC<?php 
echo BE('BF');
?>
BF<?php 
echo BH($v['BI']);
?>
BI<?php 
echo BK('BL');
?>
BL<?php 
echo $w;
?>
BM<?php 
echo BO('BP');
?>
BP<?php 
if ($x['BR']) {
    echo BS($y['BT']);
}
?>
BT<?php 
echo BV('BW');
?>
BW<?php 
echo BY($z);
?>
BY<?php 
echo CA('CB');
?>
Example #3
0
            }
            $license_page = wpbo_get_settings_page_link();
            ?>

			<div class="updated error">
				<p><?php 
            printf(__('You haven&#039;t entered your BetterOptin license key. This means that you will not get automatic updates and you will not get technical support. <a %s>Click here to enter your license key</a>.', 'betteroptin'), "href='{$license_page}'");
            ?>
</p>
			</div>

		<?php 
        }
    }
}
/**
 * The main function responsible for returning the unique BetterOptin instance
 *
 * Use this function like you would a global variable, except without needing
 * to declare the global.
 *
 * @since 2.0
 * @return object BetterOptin
 */
function BO()
{
    return BetterOptin::instance();
}
// Get BetterOptin Running
BO();