Bergabung: Nov 08, 2006 Kirim: 54 Location: jakarta
Kiriman: Tue Nov 14, 2006 4:22 am Post subject: Installasi Block
Installasi block lebih mudah dibanding dengan installasi modul. Anda cukup mengupload file di bawah folder block ke dalam folder block yang ada di website Anda. Untuk mencari block yang Anda inginkan, silahkan browsing di www.cpgnuke.com.
Jika Anda ingin membuat sendiri block, format block adalah sbb:
Code::
<?php
/**
* CPG Dragonfly CMS
* Copyright (c) 2004-2005 by CPG-Nuke Dev Team, www.dragonflycms.com
* Released under the GNU GPL version 2 or any later version
* $Id: block-Sample.php,v 1.2 2005/02/13 23:53:05 trevor Exp $
*/
// protect against direct access
if (!defined('CPG_NUKE')) { exit; }
// show the content of the block
$content = 'Place the content that you wish to appear in your new block right here';
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum