
Agar RIGHTSIDE tidak rusak di AuraCMS 2.x.x yang menggunakan thema tinynews ,maka ;
1. buka file index.php, pakai notepad atau sejenisnya
2. cari scrip berikut
///// right side /////////////////////
if (!isset($index_hal)){
ob_start();
//include "content/cari.php";
echo "";
modul(1);
echo "";
blok(1);
$rightside = ob_get_contents();
ob_end_clean();
} else {
$style_include[] = '
';
}
///// right side /////////////////////
3. ganti dengan scrip berikut ;
///// right side /////////////////////
ob_start();
include "content/menu.php";
echo "";
modul(1);
echo "";
blok(1);
$rightside = ob_get_contents();
ob_end_clean();
///// right side /////////////////////
4. simpan perubahan...
5. selamat mencoba.
Visitors : 1232172 Org Hits : 8314108 hits Month : 4779 Users Today : 443 Users Online : 9 Users
|