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>
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