guys,
After some rest, I see two foolish errors right in front of my eyes:
1) I forgot
echo
PHP Code:
<?php echo $this->doctype('XHTML1_TRANSITIONAL'); ?>
2) the syntax to load a css file is
appendStylesheet
PHP Code:
echo $this->headLink()->appendStylesheet($this->escape(($this->baseUrl()."/css/site.css")));
but, I couldn't work with charset yet.
regards,