本文整理匯總了PHP中ui::title方法的典型用法代碼示例。如果您正苦於以下問題:PHP ui::title方法的具體用法?PHP ui::title怎麽用?PHP ui::title使用的例子?那麽, 這裏精選的方法代碼示例或許可以為您提供幫助。您也可以進一步了解該方法所在類ui
的用法示例。
在下文中一共展示了ui::title方法的1個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的PHP代碼示例。
示例1: language_attributes
<html xmlns="http://www.w3.org/1999/xhtml" <?php
language_attributes();
?>
>
<head>
<meta http-equiv="Content-Type" content="<?php
bloginfo('html_type');
?>
; charset=<?php
bloginfo('charset');
?>
" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title><?php
ui::title();
?>
</title>
<link rel="stylesheet" type="text/css" href="<?php
bloginfo('stylesheet_url');
?>
" media="screen" />
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700' rel='stylesheet' type='text/css'>
<!--[if IE 7]><link rel="stylesheet" type="text/css" href="<?php
bloginfo('template_directory');
?>
/ie7.css" /><![endif]-->