Optimize Layout

Wednesday, 06 January 2010 Written by Administrator
E-mail Print PDF

Maybe you see on this template has a layout settings sidebar-content-sidebar. Usually the other templates that have the settings the same layout with this template, they write the code as follows.

<jdoc:include type="modules" name="left" style="style" />
<jdoc:include type="component" />
<jdoc:include type="modules" name="right" style="style" />

But in this template is slightly different, because we write code like the following.

<jdoc:include type="component" />
<jdoc:include type="modules" name="left" style="style" />
<jdoc:include type="modules" name="right" style="style" />

Starting from this template and so on, maybe we'll use this feature. With this feature on the template, all your content on your site will be above before left and right sidebar. This allows your content will be easily tracked by search engines such as google and others. Because your content are at the top before left and right sidebar and maybe more easily tracked by all the search engines. And below is a image for the template settings.

Layout Settings