How to i logo between 2 menu.

Comments

VM’s picture

CSS and page.tpl.php adjustments

irankhosravi’s picture

i use bootstrap theme.
how do i adjustments css page.tpl.php

irankhosravi’s picture

help

VM’s picture

I suggest reading the bootstrap documentation and the theme documentation at the top of drupal.org. You will also find a plethora of tutorials using google.

Subhransu.addweb’s picture

For your purpose create two menus, and set firstmenu, logo, secondmenu in page.tpl.php.

Check this:

      <?php print drupal_render(menu_tree('menu-first-menu'));?>

      <?php if ($logo): ?>
       <!--  <a class="logo navbar-btn pull-left" href="<?php print $front_page; ?>" title="<?php print t('Home'); ?>">
          <img src="<?php print $logo; ?>" alt="<?php print t('Home'); ?>" />
        </a> -->
      <?php endif; ?>

      <?php print drupal_render(menu_tree('menu-second-menu'));?>

Hope this helps you.

Thanks!

irankhosravi’s picture

Hello thank you. I am checking this code. my page.tpl.php is following line.
Only local images are allowed.

Where do I?

Where's the code I?

sprite’s picture

spritefully yours
Technical assistance provided to the Drupal community on my own time ...
Thank yous appreciated ...

irankhosravi’s picture

what does it mean

irankhosravi’s picture

Please, Help. thanks

VM’s picture

It is unlikely that someone will do your work for you. You must at least show an attempt and trying on your own.

irankhosravi’s picture

I am trying but it is not working.

VM’s picture

you have not provided any examples of what you've tried. Doing so will aid in clarifying your understanding.