A Qcodo based CMS/ecommerce framework
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

29 lines
752 B

<?php
require('header.inc.php');
$gotoforms_link ='<a href="' . __VIRTUAL_DIRECTORY__ . __FORM_DRAFTS__ . '/index.php">';
$this->RenderBegin();
?>
<div id="dashboardTitleBar">
<div id="titleBar">
<h1>QuasiCMS Administration </h1>
<h2><?php $this->pnlTitle->Render(); ?></h2>
</div>
<div id="dashboard">
<div id="left">
<p><?php $this->objDefaultWaitIcon->Render(); ?></p>
<p><strong>Select an Item</strong></p>
<p><?php $this->pnlClassNames->Render(); ?></p>
</div>
<div id="right">
<?php $this->pnlList->Render(); ?>
<?php $this->pnlEdit->Render(); ?>
</div>
</div>
</div>
<?php $this->RenderEnd(); ?>
<?php require(__INCLUDES__ . '/footer.inc.php'); ?>