Merhaba arkadaşlar CMS DERS5 şuan paylaştıklarımı daha düzenlemedim idare edin akşama devamı gelecek.
Cms ders 5
masaüstünde adına açtığın bir klasöre
index.php
info.php
template.css
preview.php
license.txt
editor.css ve images adında bir klasör oluştur.
info.php yi notepad editorle editliyoruz ve buraya
<?php
$template_directory='cemmert';
$template_name='Comü egitim fakultesi bote bolumu';
$template_version='1.0';
$template_platform='2.8.x';
$template_author='Cem MERT';
$template_license='herkese ücretsizdir';
$template_description='bu template boteyi tanıtmak icin yapilmistir.';
?>
kodunu yapıştırıyoruz.
index.php yi notepad ile editorluyoruz ve içine
<?php
if(!defined('WB_URL'))
{
header('location:../index.php');
exti(0);
}
?>
(burayı sil)//<?php (if(defined("WB_PATH")) die(header('Location:../../index.php'));?> bu kodlarda
olabilir yukardaki 6 satır kod yerine//
<html>
<header>
<title>
<?php echo page_title(); ?>
</title>
</hedaer>
<body>
<p>
<?php
show_menu2();
?>
</p>
<?php
page_content();
?>
</body>
</html> kodlarını yapıştırıyoruz.
Hiç yorum yok:
Yorum Gönder