WYSIWYG & PHP
dey
- software
Hallo,
ich such mir einen Wolf:
Erfahrung:
Kennt jemand einen WYSIWYG, der mit PHP includes umgehen kann. Auch online wäre eiene Möglichkeit.
Der Anfanf meiner Dateien sehen so aus:
<?php // start head area
// this area is fix on all pages on fuji-euro.de
// it controls navigation and design
// !!!!! never delete !!!!!
if(file_exists("header.php")){include("header.php");} else {include("../header.php");}
// end head area
// start content area
// within this area the content change from side to side
?>
<div class="content" id="content_products">
<div class="clearfix" id="column-tile">
<?php include("0.products_navi.php");?>
<div class="content_1_right" id="content_products_right">
bydey