Help with my template - Joomla! Forum - community, help and support


hello.

i created template , modules. works perfect. webpage looks great. can add or edit modules without problems.

i have more pages, example: index, us, our products..
of course, have links between pages..

here body part of index.php file. (actually, here shortened version, that's ok)

code: select all

<body>
<div class="top">
<jdoc:include type="modules" name="top" />
</div>
<div class="news_container">
<jdoc:include type="modules" name="somemessage" />
</div>
<div class="bottom_container">
<jdoc:include type="modules" name="bottom1" />
<jdoc:include type="modules" name="bottom2" />
<jdoc:include type="modules" name="bottom3" />
</div>
</body>


every page create based on code above. , there same modules on index too.
so, how create other "pages" (pages don't exist, know mean) ?
do need create component ?

i don't understand part of joomla yet.

so, please :)

add template:

code: select all

<jdoc:include type="component" />

look this:

code: select all

...
<div class="news_container">
<jdoc:include type="modules" name="somemessage" />
<jdoc:include type="component" />
</div>
...


log in joomla! administrator go menu manager creating menu items "other pages"





Comments

Popular posts from this blog

How to change text Component easybook reloaded *newbee* - Joomla! Forum - community, help and support

After Effect warning: A problem occurred when processing OpenGL commands

Preconditions Failed. - Joomla! Forum - community, help and support