本文整理匯總了PHP中subtplcheck函數的典型用法代碼示例。如果您正苦於以下問題:PHP subtplcheck函數的具體用法?PHP subtplcheck怎麽用?PHP subtplcheck使用的例子?那麽, 這裏精選的函數代碼示例或許可以為您提供幫助。
在下文中一共展示了subtplcheck函數的10個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的PHP代碼示例。
示例1: exit
<?php
if (!defined('IN_UCHOME')) {
exit('Access Denied');
}
subtplcheck('admin/tpl/message|admin/tpl/header|admin/tpl/footer', '1242477428', 'admin/tpl/message');
$_TPL['menunames'] = array('index' => '管理首頁', 'config' => '站點設置', 'privacy' => '隱私設置', 'usergroup' => '用戶組', 'credit' => '積分規則', 'profilefield' => '用戶欄目', 'profield' => '群組欄目', 'task' => '有獎活動', 'spam' => '防灌水設置', 'censor' => '詞語屏蔽', 'ad' => '廣告設置', 'sitefeed' => '全局動態', 'userapp' => 'MYOP應用', 'app' => 'UCenter應用', 'network' => '隨便看看設置', 'cache' => '緩存更新', 'space' => '用戶', 'name' => '實名認證', 'feed' => '事件', 'share' => '分享', 'blog' => '日誌', 'album' => '相冊', 'pic' => '圖片', 'comment' => '評論', 'thread' => '話題', 'post' => '回帖', 'doing' => '記錄', 'tag' => '標簽', 'mtag' => '群組', 'report' => '舉報管理', 'block' => '數據調用', 'template' => '模板編輯', 'backup' => '數據備份', 'stat' => '統計更新', 'cron' => '係統計劃任務');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=<?php
echo $_SC['charset'];
?>
" />
<meta http-equiv="x-ua-compatible" content="ie=7" />
<title><?php
if ($_TPL['titles']) {
if (is_array($_TPL['titles'])) {
foreach ($_TPL['titles'] as $value) {
if ($value) {
echo $value;
?>
- <?php
}
}
}
}
if ($space) {
echo $_SN[$space['uid']];
?>
示例2: exit
<?php
if (!defined('IN_UCHOME')) {
exit('Access Denied');
}
subtplcheck('template/default/cp_upload|template/default/header|template/default/footer', '1242482218', 'template/default/cp_upload');
if (empty($_SGLOBAL['inajax'])) {
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=<?php
echo $_SC['charset'];
?>
" />
<meta http-equiv="x-ua-compatible" content="ie=7" />
<title><?php
if ($_TPL['titles']) {
if (is_array($_TPL['titles'])) {
foreach ($_TPL['titles'] as $value) {
if ($value) {
echo $value;
?>
- <?php
}
}
}
}
if ($space) {
echo $_SN[$space['uid']];
?>
示例3: exit
<?php
if (!defined('IN_UCHOME')) {
exit('Access Denied');
}
subtplcheck('template/default/space_thread_list|template/default/header|template/default/space_menu|template/default/footer', '1242487294', 'template/default/space_thread_list');
$_TPL['titles'] = array('群組話題');
if (empty($_SGLOBAL['inajax'])) {
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=<?php
echo $_SC['charset'];
?>
" />
<meta http-equiv="x-ua-compatible" content="ie=7" />
<title><?php
if ($_TPL['titles']) {
if (is_array($_TPL['titles'])) {
foreach ($_TPL['titles'] as $value) {
if ($value) {
echo $value;
?>
- <?php
}
}
}
}
if ($space) {
echo $_SN[$space['uid']];
示例4: exit
<?php
if (!defined('IN_UCHOME')) {
exit('Access Denied');
}
subtplcheck('template/default/network_space|template/default/header|template/default/network_header|template/default/space_list|template/default/footer', '1242478047', 'template/default/network_space');
$_TPL['titles'] = array('成員', '隨便看看');
if (empty($_SGLOBAL['inajax'])) {
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=<?php
echo $_SC['charset'];
?>
" />
<meta http-equiv="x-ua-compatible" content="ie=7" />
<title><?php
if ($_TPL['titles']) {
if (is_array($_TPL['titles'])) {
foreach ($_TPL['titles'] as $value) {
if ($value) {
echo $value;
?>
- <?php
}
}
}
}
if ($space) {
echo $_SN[$space['uid']];
示例5: exit
<?php
if (!defined('IN_UCHOME')) {
exit('Access Denied');
}
subtplcheck('template/blue/index|template/blue/header|template/blue/footer', '1242572802', 'template/blue/index');
$_TPL['nosidebar'] = 1;
if (empty($_SGLOBAL['inajax'])) {
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=<?php
echo $_SC['charset'];
?>
" />
<meta http-equiv="x-ua-compatible" content="ie=7" />
<title><?php
if ($_TPL['titles']) {
if (is_array($_TPL['titles'])) {
foreach ($_TPL['titles'] as $value) {
if ($value) {
echo $value;
?>
- <?php
}
}
}
}
if ($space) {
echo $_SN[$space['uid']];
示例6: exit
<?php
if (!defined('IN_UCHOME')) {
exit('Access Denied');
}
subtplcheck('admin/tpl/profilefield|admin/tpl/header|admin/tpl/side|admin/tpl/footer', '1242481522', 'admin/tpl/profilefield');
$_TPL['formtypes'] = array('text' => '文本輸入', 'select' => '單選列表', 'multi' => '多選列表');
$_TPL['menunames'] = array('index' => '管理首頁', 'config' => '站點設置', 'privacy' => '隱私設置', 'usergroup' => '用戶組', 'credit' => '積分規則', 'profilefield' => '用戶欄目', 'profield' => '群組欄目', 'task' => '有獎活動', 'spam' => '防灌水設置', 'censor' => '詞語屏蔽', 'ad' => '廣告設置', 'sitefeed' => '全局動態', 'userapp' => 'MYOP應用', 'app' => 'UCenter應用', 'network' => '隨便看看設置', 'cache' => '緩存更新', 'space' => '用戶', 'name' => '實名認證', 'feed' => '事件', 'share' => '分享', 'blog' => '日誌', 'album' => '相冊', 'pic' => '圖片', 'comment' => '評論', 'thread' => '話題', 'post' => '回帖', 'doing' => '記錄', 'tag' => '標簽', 'mtag' => '群組', 'report' => '舉報管理', 'block' => '數據調用', 'template' => '模板編輯', 'backup' => '數據備份', 'stat' => '統計更新', 'cron' => '係統計劃任務');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=<?php
echo $_SC['charset'];
?>
" />
<meta http-equiv="x-ua-compatible" content="ie=7" />
<title><?php
if ($_TPL['titles']) {
if (is_array($_TPL['titles'])) {
foreach ($_TPL['titles'] as $value) {
if ($value) {
echo $value;
?>
- <?php
}
}
}
}
if ($space) {
echo $_SN[$space['uid']];
示例7: exit
<?php
if (!defined('IN_UCHOME')) {
exit('Access Denied');
}
subtplcheck('template/default/iframe', '1242482788', 'template/default/iframe');
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=<?php
echo $_SC['charset'];
?>
" />
<title><?php
if ($space) {
echo $_SN[$space['uid']];
?>
- <?php
}
echo $_SCONFIG['sitename'];
?>
- Powered by UCenter Home</title>
<script language="javascript" type="text/javascript" src="source/script_common.js"></script>
<script language="javascript" type="text/javascript" src="source/script_menu.js"></script>
<script language="javascript" type="text/javascript" src="source/script_ajax.js"></script>
<style type="text/css">
* { word-break: break-all; word-wrap: break-word; }
body, th, td, input, select, textarea, button { font: 12px/1.5em Verdana, "Lucida Grande",Arial, Helvetica,sans-serif; }
body, h1, h2, h3, h4, h5, h6, p, ul, dl, dt, dd, form, fieldset { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { font-size: 1em; }
示例8: exit
<?php
if (!defined('IN_UCHOME')) {
exit('Access Denied');
}
subtplcheck('template/default/network_index|template/default/header|template/default/network_header|template/default/footer', '1242477543', 'template/default/network_index');
$_TPL['titles'] = array();
if (empty($_SGLOBAL['inajax'])) {
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=<?php
echo $_SC['charset'];
?>
" />
<meta http-equiv="x-ua-compatible" content="ie=7" />
<title><?php
if ($_TPL['titles']) {
if (is_array($_TPL['titles'])) {
foreach ($_TPL['titles'] as $value) {
if ($value) {
echo $value;
?>
- <?php
}
}
}
}
if ($space) {
echo $_SN[$space['uid']];
示例9: exit
<?php
if (!defined('IN_UCHOME')) {
exit('Access Denied');
}
subtplcheck('template/default/space_album_pic|template/default/header|template/default/space_menu|template/default/space_comment_li|template/default/footer', '1242574613', 'template/default/space_album_pic');
$_TPL['titles'] = array(getstr($pic['title'], 60, 0, 0, 0, 0, -1), $album['albumname'], '相冊');
if (empty($_SGLOBAL['inajax'])) {
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=<?php
echo $_SC['charset'];
?>
" />
<meta http-equiv="x-ua-compatible" content="ie=7" />
<title><?php
if ($_TPL['titles']) {
if (is_array($_TPL['titles'])) {
foreach ($_TPL['titles'] as $value) {
if ($value) {
echo $value;
?>
- <?php
}
}
}
}
if ($space) {
echo $_SN[$space['uid']];
示例10: exit
<?php
if (!defined('IN_UCHOME')) {
exit('Access Denied');
}
subtplcheck('template/default/space_album_view|template/default/header|template/default/space_menu|template/default/footer', '1242533759', 'template/default/space_album_view');
$_TPL['titles'] = array($album['albumname'], '相冊');
if (empty($_SGLOBAL['inajax'])) {
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=<?php
echo $_SC['charset'];
?>
" />
<meta http-equiv="x-ua-compatible" content="ie=7" />
<title><?php
if ($_TPL['titles']) {
if (is_array($_TPL['titles'])) {
foreach ($_TPL['titles'] as $value) {
if ($value) {
echo $value;
?>
- <?php
}
}
}
}
if ($space) {
echo $_SN[$space['uid']];