📄 functions.php
字号:
<?php
/********************************************************************************/
/* Wap-2-Go Mobile Phone Nuke-Addon */
/* bringing the Advanced Content Management System to Mobile Format */
/* =========================================================================== */
/* powered by Nuke SQL Database */
/* */
/* Copyright (c) 2007 by Philip Marsh */
/* */
/* FILE DETAILS and EXPLANATION: */
/* functions.php - Specific Functions for Module */
/********************************************************************************/
// Functions for MODULE Go Here
function doAlbumImage($title,$content,$score,$author,$hits) // Displays Provided Review in template layout
{
echo "\n "._P_CENTER.$title._P_END
."\n "._P_CENTER
."\n ".$content._BR
."\n "._I."Posted By "._B.$author._B_END._I_END." | "
."\n "._I."Score "._B.$score._B_END._I_END." | "
."\n "._I."Hits "._B.$hits._B_END._I_END.""
."\n "._P_END;
}
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -