當前位置: 首頁>>代碼示例>>PHP>>正文


PHP osc_show_widgets函數代碼示例

本文整理匯總了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('&raquo;');
        ?>
    </div>
    <?php 
    }
}
?>
<!-- container -->
<div class="container">
<?php 
osc_show_widgets('header');
開發者ID:blairmain,項目名稱:theme-realestate,代碼行數:30,代碼來源:header.php

示例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>
開發者ID:ricktaylord,項目名稱:osclass-themes,代碼行數:31,代碼來源:footer.php

示例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>
開發者ID:uwwclass,項目名稱:cover_photo,代碼行數:31,代碼來源:uploads.php


注:本文中的osc_show_widgets函數示例由純淨天空整理自Github/MSDocs等開源代碼及文檔管理平台,相關代碼片段篩選自各路編程大神貢獻的開源項目,源碼版權歸原作者所有,傳播和使用請參考對應項目的License;未經允許,請勿轉載。