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


PHP theme_file函數代碼示例

本文整理匯總了PHP中theme_file函數的典型用法代碼示例。如果您正苦於以下問題:PHP theme_file函數的具體用法?PHP theme_file怎麽用?PHP theme_file使用的例子?那麽, 這裏精選的函數代碼示例或許可以為您提供幫助。


在下文中一共展示了theme_file函數的15個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的PHP代碼示例。

示例1: theme_file

        require_once "logged-vip.php";
    }
}
// Admin menü
if ($user_check_gmlevel == $wam_gmlevel_admin) {
    require_once "logged-admin.php";
}
?>
			 
		     <table class="nav" cellspacing="0" cellpadding="0">
			   <tr>
			     <td>
				 
				     <ul class="nav">
					 <li class="nav-title">Systemsteuerung<img class="nav-icon" src="<?php 
echo theme_file("images/icons/tools.png");
?>
" alt="Account mûveletek" /></li>
					 <li><a href="index.php">Account Daten</a></li>
					 <div class="dotted-line"></div>
					 <li><a href="?id=account-modify">Daten ändern</a></li>
					 <div class="dotted-line"></div>
					 <li><a href="?id=my-characters">Meine Charaktere</a></li>
					 <div class="dotted-line"></div>
					 <li><a href="?id=character-transfer">Charaktertransfer</a></li>
					 <div class="dotted-line"></div>
					 </ul>
				 
				 </td>
			   </tr>
			 </table>
開發者ID:Rastrian,項目名稱:WAM-TRINTIYCORE,代碼行數:31,代碼來源:logged.php

示例2: webpro_core_file

/**
 * File element override
 * Sets form file input max width
 */
function webpro_core_file($vars)
{
    $vars['element']['#size'] = $vars['element']['#size'] > 40 ? 40 : $vars['element']['#size'];
    return theme_file($vars);
}
開發者ID:DespinosaFA,項目名稱:drupal-web,代碼行數:9,代碼來源:template.php

示例3: phptemplate_file

function phptemplate_file($element)
{
    $element['#size'] = 40;
    return theme_file($element);
}
開發者ID:nhart,項目名稱:coalliance-theme,代碼行數:5,代碼來源:template.php

示例4: acquia_marina_file

/**
 * Set form file input max char size 
 */
function acquia_marina_file($element)
{
    $element['#size'] = $element['#size'] > 40 ? 40 : $element['#size'];
    return theme_file($element);
}
開發者ID:rtanglao,項目名稱:rtvps-d6,代碼行數:8,代碼來源:template.php

示例5: fusion_core_file

/**
 * File element override
 * Sets form file input max width
 */
function fusion_core_file($element)
{
    $element['#size'] = $element['#size'] > 40 ? 40 : $element['#size'];
    return theme_file($element);
}
開發者ID:quinns,項目名稱:ghmls,代碼行數:9,代碼來源:template.php

示例6: adatok

" alt="Account adatok (Bejelentkezve: <?php 
echo $user_check_accountname;
?>
)" />
				 
				 </td>
			   </tr>
			   <tr>
			     <td class="body3-body">
				 
				     <table class="location-info" cellspacing="0" cellpadding="0">
                        <tr>
                          <td class="location-info-img">
						  
						  <img src="<?php 
echo theme_file("images/icons/info.png");
?>
" alt="Información" />
						  
						  </td>
						  <td class="location-info-text">
						  
						  Aquí podrás ver la información de las expansiónes asociadas a tu cuenta.

						  </td>
						</tr>
					</table>
					<table class="body6" cellspacing="0" cellpadding="0">
					   <tr>
					     					   <tr>
						 <td align="center">
開發者ID:Jougito,項目名稱:Dyn2011,代碼行數:31,代碼來源:enviar.php

示例7: newcomer_file

/**
 * Implements theme_file().
 */
function newcomer_file($variables)
{
    // Assign the Bootstrap class:
    _form_set_class($variables['element'], array('input-file'));
    // Set a reasonably low default size:
    $variables['element']['#attributes']['size'] = '22';
    return theme_file($variables);
}
開發者ID:akafoe,項目名稱:campus_ruhrcomer_design,代碼行數:11,代碼來源:template.php

示例8: theme_file

<?php

// Fájl ellenõrzése
if (!isset($mysql_connect)) {
    exit;
}
?>

		     <table class="body3" cellspacing="0" cellpadding="0">
			   <tr>
			     <td class="body3-title">
				 
				     Mensaje del Sistema<img class="nav-icon" src="<?php 
echo theme_file("images/icons/alert.png");
?>
" alt="Sistema" />
				 
				 </td>
			   </tr>
			   <tr>
			     <td class="body3-body">
					
					<?php 
echo $site_get_message;
?>
				 
				 </td>
			   </tr>
			 </table>
開發者ID:Jougito,項目名稱:Dyn2011,代碼行數:29,代碼來源:system-message.php

示例9: zeropoint_file

/**
 * Set default form file input size 
 */
function zeropoint_file($element)
{
    $element['#size'] = $element['#size'] > 40 ? 40 : $element['#size'];
    return theme_file($element);
}
開發者ID:chgk,項目名稱:db.chgk.info,代碼行數:8,代碼來源:template.php

示例10: theme_file

</style>
</head>
<body>

<div align="center">

<table class="site" cellspacing="0" cellpadding="0">
  <tr>
    <td>
	
	<table class="header" cellspacing="0" cellpadding="0">
      <tr>
        <td>
		
		<center><a href="index.php"><img src="<?php 
echo theme_file("images/logo.png");
?>
" alt="<?php 
echo $site_title;
?>
" /></a></center>
		
		</td>
      </tr>
    </table>
	
	<table align="right" class="body-header" cellspacing="1" cellpadding="0">
      <tr>
        <td>
		
開發者ID:Jougito,項目名稱:Dyn2011,代碼行數:29,代碼來源:index.php

示例11: file_check

<?php

// Datei Prüfen
if (!isset($mysql_connect)) {
    exit;
}
file_check("notlogged");
?>

		     <table class="nav" cellspacing="0" cellpadding="0">
			   <tr>
			     <td>
				 
				     <ul class="nav">
					 <li class="nav-title">Menü<img class="nav-icon" src="<?php 
echo theme_file("images/icons/arrow.png");
?>
" alt="Menü" /></li>
					 <li><a href="index.php">Einloggen</a></li>
					 <div class="dotted-line"></div>
					 <li><a href="?id=reg">Neues Konto erstellen</a></li>
					 <div class="dotted-line"></div>
					 <li><a target="_blank" href="<?php 
echo $site_server_site;
?>
">Startseite</a></li>
					 <div class="dotted-line"></div>
					 </ul>
				 
				 </td>
			   </tr>
開發者ID:Rastrian,項目名稱:WAM-TRINTIYCORE,代碼行數:31,代碼來源:not-logged.php

示例12: image_tag

function image_tag($filename, $extra_attr = NULL)
{
    global $CONFIG;
    $tag = "<img ";
    if (is_array($extra_attr)) {
        foreach ($extra_attr as $key => $value) {
            $tag .= "{$key}=\"{$value}\" ";
        }
    }
    $tag .= "src=\"" . $CONFIG['base_url'] . theme_file("images/{$filename}") . "\" />";
    return $tag;
}
開發者ID:jamuraa,項目名稱:gatherling,代碼行數:12,代碼來源:lib.php

示例13: fusion_core_file

/**
 * File element override
 * Sets form file input max width
 */
function fusion_core_file($vars) {
  $vars['element']['#size'] = ($vars['element']['#size'] > 40) ? 40 : $vars['element']['#size'];
  return theme_file($vars);
}
開發者ID:richielokay,項目名稱:drupal7,代碼行數:8,代碼來源:template.php

示例14: davisonsoftware_file

/**
 * Set form file input max char size 
 */
function davisonsoftware_file($element)
{
    $element['#size'] = $element['#size'] > 40 ? 40 : $element['#size'];
    return theme_file($element);
}
開發者ID:Quevin,項目名稱:Davison-Software,代碼行數:8,代碼來源:template.php

示例15: theme_file

echo $wam_expansion_wotlk;
?>
">WOTLK</option><option value="<?php 
echo $wam_expansion_bc;
?>
">BC</option><option value="<?php 
echo $wam_expansion_classic;
?>
">Classic</option></select><font class="mini">WOLTK ist die Standart Erweiterung</font>
					  </td>
					</tr>
					<tr>
					<td align="right">
					
					<?php 
echo '<img src="' . theme_file('images/number-' . $reg_security . '.png') . '" alt="" /><img src="' . theme_file('images/plus.png') . '" alt="" /><img src="' . theme_file('images/number-' . $reg_security2 . '.png') . '" alt="" /><img src="' . theme_file('images/equality.png') . '" alt="" /><img src="' . theme_file('images/question.png') . '" alt="" />
					';
?>
					</td>
					<td align="left">
					<input name="security" type="text" maxlength="2" /> <font class="mini"><a title="Ezzel a kérdéssel szûrjük ki a robotokat" href="#">[?]</a></font>
					</td>
					</tr>
				    <tr>
					  <td colspan="2" style="text-align:right;">
					  <input type="submit" value="Mehet" class="input-sbm" />
					  </td>
					</tr>
			     </table>
				 </form>
				 
開發者ID:Rastrian,項目名稱:WAM-TRINTIYCORE,代碼行數:30,代碼來源:reg.php


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