Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

osc234 bs edge


zpupster

Recommended Posts

hello support,

i am putting navbar below logo-followed these instructions:

- In Admin => modules => content, uninstall the header logo module ("header" group)

- In: includes/modules/content, create a new folder called "headerlogo" and inside that folder another called "templates"

- move the file: includes/modules/content/header/cm_header_logo.php into the new folder "headerlogo"

- move the file: includes/modules/content/header/templates/logo.php into the new folder "headerlogo/templates"

- do the same in your language folder(s), no templates folder here, only header/cm_header_logo.php

- open: includes/template_top.php

- find:

<?php echo $oscTemplate->getContent('navigation'); ?>

and paste BEFORE:

<div class="modular-header">
  <?php echo $oscTemplate->getContent('headerlogo'); ?>
</div>

<div class="clearfix"></div>

- In Admin => modules => content install the header logo module (now it should appear as "headerlogo" group)

It worked but when reinstalling the module- I have no headerlogo group, but I have to exact Logo entries in the header group.

what did I miss?

Craig

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...