hi scott
no i make a welcome bar under menu :
function header() // removes user navigation and search from header and replaces with custom header content. Also opens new <div>s
{
$this->output('<div class="qa-header">');
$this->logo();
$this->header_clear();
$this->header_custom();
$this->output('</div> <!-- END qa-header -->', '');
$this->output('<div class="qa-main-shadow">', '');
$this->output('<div class="qa-main-wrapper">', '');
$this->nav_main_sub();
$this->output('
<div class="div1">
<p>سوالات خود را در این سامانه مطرح نمایید</p>
</div>
', '');
}
but i want to show :
$this->output('
<div class="div1">
<p>سوالات خود را در این سامانه مطرح نمایید</p>
</div>
just in home page !
tnx