Beispiel #1
0
  
  
</script>
<?
}
?>


<link rel="stylesheet" href="css/styles.css" />
</head>
<div id="topHeader"><? include('header.php'); ?></div>
<div id="header"></div>

<? include('navigation.php'); ?>
<div class="breadcrumbTrail">you are here: <?php 
echo $trail->getPath(" > ");
?>
</div>
<?
printMessage();
printError();
?>
<div class="contentStart">
<? include('store_submenu.php'); ?>
<?
switch($_GET['section']) {
case 'orders':
default:

					switch($_GET['action']) {
					case 'view':
Beispiel #2
0
	$.get("__getContentBlock.php", { id: _id },
	   function(data){
		tinyMCE.execCommand('mceInsertContent',false, data)
	  });
	
}

</script>

<link rel="stylesheet" href="css/styles.css" />
</head>
<div id="topHeader"><? include('header.php'); ?></div>
<div id="header"></div>

<? include('navigation.php'); ?>
<div class="breadcrumbTrail">you are here: <?=$trail->getPath(" > ")?></div>
<?
printMessage();
printError();
?>
<div class="contentStart">
<? include('communication_sub_menu.php'); ?>
<?
switch($_GET['section']) {
case 'templates': 
				switch($_GET['action']) {
				case 'manage':
				default:
									?>