Magento Design Theme Integration – Part-9

Sample skeleton template:

<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”>

<html xmlns=”http://www.w3.org/1999/xhtml” xml:lang=”<?php echo $this->getLang() ?>” lang=”<?php echo $this->getLang() ?>”>

<head><?php echo $this->getChildHtml(‘head’) ?></head>

<body<?php echo $this->getBodyClass()?’ class=”‘.$this->getBodyClass().'”‘:” ?>>

<?php echo $this->getChildHtml(‘after_body_start’) ?>

<?php echo getChildHtml(‘global_notices’) ?>

<?php echo getChildHtml(‘header’) ?>

<?php echo getChildHtml(‘breadcrumbs’) ?>

<?php echo getChildHtml(‘global_messages’) ?>

<?php echo getChildHtml(‘content’) ?>

 </div>

</div><?php echo $this->getChildHtml(‘footer’) ?>

<?php echo $this->getChildHtml(‘global_cookie_notice’) ?>

<?php echo $this->getChildHtml(‘before_body_end’) ?>

</div>

</div>

<?php echo $this->getAbsoluteFooter() ?>

</body>

</html>

CORNER OF BLOG:

“Math and writing, they are known as;
like eyes, they are, helping humans see and learn.