⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 functions.php

📁 一个好用的php wap cms portal
💻 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 + -