Installasi Block
-> Modul, Blok, dan kebutuhan lainnya.

#1: Installasi Block Author: officialLocation: jakarta PostPosted: Tue Nov 14, 2006 4:22 am
    ----
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';



-> Modul, Blok, dan kebutuhan lainnya.

All times are GMT + 7 Hours

Page 1 of 1