本文整理匯總了PHP中public_function::getIndexTitle方法的典型用法代碼示例。如果您正苦於以下問題:PHP public_function::getIndexTitle方法的具體用法?PHP public_function::getIndexTitle怎麽用?PHP public_function::getIndexTitle使用的例子?那麽, 這裏精選的方法代碼示例或許可以為您提供幫助。您也可以進一步了解該方法所在類public_function
的用法示例。
在下文中一共展示了public_function::getIndexTitle方法的1個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的PHP代碼示例。
示例1:
$("#icon2").mouseover(function(){$("#icon2").css({"background-color":"#ececec","padding":"5px 6px 6px 6px"})});
$("#icon2").mouseout(function(){$("#icon2").css({"background-color":"#586683","padding":"0px 0px 0px 0px"})});
$("#icon3").mouseover(function(){$("#icon3").css({"background-color":"#ececec","padding":"5px 6px 6px 6px"})});
$("#icon3").mouseout(function(){$("#icon3").css({"background-color":"#586683","padding":"0px 0px 0px 0px"})});
$("#icon4").mouseover(function(){$("#icon4").css({"background-color":"#ececec","padding":"5px 6px 6px 6px"})});
$("#icon4").mouseout(function(){$("#icon4").css({"background-color":"#586683","padding":"0px 0px 0px 0px"})});
});
</script>
</head>
<body>
<div class="warp">
<!--頭部開始-->
<div class="top_c">
<div class="top_title">
<span style="font-size:20px;"></span><span style="font-size:23px;padding:"><?php
echo $public_function->getIndexTitle();
?>
</span>
</div>
<div class="top-nav">
<?php
//echo date('d',strtotime(CURRENT_TIME)) > 12 ? "下午" : "上午";
?>
<!-- 好, 歡迎您,-->
<table style="width: 100%;height:44px;margin-bottom:-7px;">
<tr>
<td valign="middle"><?php
showLoginInfo($userid);
?>
</td>