تمام .. أنا دخلت وأخدت الكود بتاع خلفية الصفحة
بس أحطه فين .. فى قالب الصفحة الفرعية ولا فى ملف الصفحة الفرعية فى FTP
لو كود الخلفية يوضع بالقالب .. فالقالب لا يوجد به الا كود صورة
لو فى ملف اف تى بى بعنوان مسار الصفحة الفرعية
ففتحته بالورد باد وملقتش الا الكود ده
كود PHP:
<?php
// ####################### SET PHP ENVIRONMENT ###########################
error_reporting(E_ALL & ~E_NOTICE);
// #################### DEFINE IMPORTANT CONSTANTS #######################
define('NO_REGISTER_GLOBALS', 1);
define('THIS_SCRIPT', 'radio'); // change this depending on your filename
// ################### PRE-CACHE TEMPLATES AND DATA ######################
// get special phrase groups
$phrasegroups = array(
);
// get special data templates from the datastore
$specialtemplates = array(
);
// pre-cache templates used by all actions
$globaltemplates = array(
'radio',
);
// pre-cache templates used by specific actions
$actiontemplates = array(
);
// ######################### REQUIRE BACK-END ############################
require_once('./global.php');
// #######################################################################
// ######################## START MAIN SCRIPT ############################
// #######################################################################
$navbits = array();
$navbits[$parent] = 'ÑÇÏíæ ãÔÇáì';
$navbits = construct_navbits($navbits);
eval('$navbar = "' . fetch_template('navbar') . '";');
eval('print_output("' . fetch_template('radio') . '");');
?>
مواقع النشر (المفضلة)