WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: jsn on October 11, 2010, 07:28:20 PM

Title: Questions about template 1024px
Post by: jsn on October 11, 2010, 07:28:20 PM
Hi all

Where does the fields Slogan and Extra get populated in the 1024px template?  

are they populated in the database or in the style sheets Class fade and id=slogan

Please advise!
  

   <div id="header">
      <!-- top menu and page header -->
      <p id="toplinks"><?php show_menu(1, 0, 1, true, '[a][menu_title][/a] |', '', '', '', '', ''); ?></p>
      <h1><a href="<?php echo WB_URL ?>"><?php page_header(); ?>
      <span class="fade">Extra</span></a></h1>
      <p id="slogan">Slogan...</p>
   </div>
Title: Re: Questions about template 1024px
Post by: kweitzel on October 11, 2010, 08:15:18 PM
They are not populated by WB, you could populate them manually or use a hidden section / global block to make them populatable from the backend.

cheers

Klaus