If you’re seeing html then you’re doing something wrong.
The only thing that I left out of the base Joomla Template was one line of code to speed the up the W-editor which I going to add again because more people are using the front-end editor that code is.
<?php if ( $my->id ) {initEditor();};?>
It goes inside the head tags
<head>
{code}
</head>
Please note that it’s a lot easier to edit content via the back-end then the front-end.
|