本文整理汇总了PHP中osc_show_widgets函数的典型用法代码示例。如果您正苦于以下问题:PHP osc_show_widgets函数的具体用法?PHP osc_show_widgets怎么用?PHP osc_show_widgets使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了osc_show_widgets函数的3个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: _e
_e("Publish your ad for free", 'realestate');
?>
</a>
<?php
}
?>
<div class="empty"></div>
</div>
<div id="header-shadow"></div>
</div>
<!-- /header -->
<?php
if (function_exists('breadcrumbs')) {
?>
<?php
if (!osc_is_home_page()) {
?>
<div class="breadcrumb">
<?php
breadcrumbs('»');
?>
</div>
<?php
}
}
?>
<!-- container -->
<div class="container">
<?php
osc_show_widgets('header');
示例2: osc_show_widgets
<?php
/*
* OSCLass – software for creating and publishing online classified
* advertising platforms
*
* Copyright (C) 2010 OSCLASS
*
* This program is free software: you can redistribute it and/or
* modify it under the terms of the GNU Affero General Public License
* as published by the Free Software Foundation, either version 3 of
* the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public
* License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
osc_show_widgets('footer');
osc_run_hook('footer');
?>
<div id="footer">
<div class="inner">
<?php
_e('This website is proudly using the <a title="OSClass web" href="http://osclass.org/">classifieds scripts</a> software <strong>OSClass</strong>', 'masjob');
?>
</div>
</div>
示例3: osc_show_widgets
<div class="content user_account panel-body">
<div id="sidebar" class="col-md-3">
<div class="user-dashboard-widget"><?php
osc_show_widgets('user-dashboard');
?>
</div>
</div>
<div class="col-md-9">
<div class="row form-group">
<div class="content user_account">
<div id="main">
<h2><?php
_e('Cover Photo Uploader', 'cover_photo');
?>
</h2> <br /><br />
<?php
cover_photo_upload();
?>
</div>