[問題]phpbb是用那一樣板程式
發表於 : 2004-05-06 14:04
~如題~
我找了幾個樣板如smarty,TemplatePower好像都不是\r
還是phpbb開發者自己寫的
我找了幾個樣板如smarty,TemplatePower好像都不是\r
還是phpbb開發者自己寫的
我想問的是連結.php和.tpl的樣板引擎是什麼名稱\r不太懂你的意思....
如果你是要問樣板, phpBB 的樣板也就是 .tpl 可以使用 Dreamweaver 這樣的網頁編輯程式來設計修改。
代碼: 選擇全部
/***************************************************************************
* template.php
* -------------------
* begin : Saturday, Feb 13, 2001
* copyright : (C) 2001 The phpBB Group
* email : support@phpbb.com
*
* $Id: template.php,v 1.10.2.3 2002/12/21 19:09:57 psotfx Exp $
*
*
***************************************************************************/
/***************************************************************************
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
***************************************************************************/
/**
* Template class. By Nathan Codding of the phpBB group.
* The interface was originally inspired by PHPLib templates,
* and the template file formats are quite similar.
*
*/