Custom menu made with layout tool, global?

Permalink
Hi everyone,

I need advice on how to make a simple menu I made with layout tool show on every page, should I make a new page type, or should I redo it in html?

You can see the menu here:http://bahasa.farve.tv/

I have'nt got the best developement enviroment here on a Indonesian netcafe, so simple solutions are appreciated.
As you can see I need as well to remove the site title in the default theme, where is this located. I know that I should copy the theme, before editing.

Thank you so much.

Anders

 
planist1 replied on at Permalink Reply
planist1
You could change the page type default and add your menu. Dashboard -> Page Types, find your page type you want the menu on, click Defaults. Add the menu there maybe using a content block, add a table, 1 row and four columns. Insert your images and link them to your pages.
planist1 replied on at Permalink Reply
planist1
And regarding the page title, that is hardcoded in the root/concrete/themes/default/elements/header.php file starting on line 31.

<h1 id="logo"><!--
         --><a href="<?php   echo DIR_REL?>/"><?php   
            $block = Block::getByName('My_Site_Name');  
            if( $block && $block->bID ) $block->display();   
            else echo SITE;
         ?></a><!--
      --></h1>