Dear Christian,
Thanks for your e-mail.
My layout script is below:
-------------------------------------------------
<!-- application/layouts/scripts/layout.phtml -->
<?php echo $this->doctype() . "\n"?>
<html lang="en">
<head>
<?php echo $this->headTitle() . "\n" ?>
<?php echo $this->headMeta() . "\n" ?>
<?php echo $this->headLink() . "\n" ?>
</head>
<body>
<p>this is a paragraph</p>
</body>
</html>
-------------------------------------------------
Hope that helps.
Thanks.
On Tuesday 30 November 2010 02:24 PM, Christian Riesen [via Zend
Framework Community] wrote:
> Hi
>
> It would help to see the actual code where you call it, say for
> example, your layout script. That already might contain what you are
> looking for.
>
--
View this message in context:
http://zend-framework-community.634137.n4.nabble.com/Meta-tags-rendering-and-indentation-issues-tp3062357p3065147.html
Sent from the Zend Framework mailing list archive at Nabble.com.