Info
- 3 posts
- 2 voices
- Started 2 years ago by azcs
- Latest reply from azcs
- This topic is resolved
would this work for links?
-
- Posted 2 years ago #
where would i put this code? in the header?
<div id="navigation">
<ul id="nav">
- "><?php _e('Home','rag'); ?>
- About
- InterviewscompetitionOur projects
<div id="search">
<form method="get" id="searchform" action="<?php bb_option('uri'); ?>search.php">
<div>
<input type="text" size="38" class="search" id="s" maxlength="100" name="q" value="<?php _e('Search the forums...','rag'); ?>" onfocus="if(this.value==this.defaultValue)this.value='';" onblur="if(this.value=='')this.value=this.defaultValue;" />
<input class="search-submit" name="submit" type="submit" id="search-submit" tabindex="8" value="<?php _e('Go','rag'); ?>" />
</div>
</form>
</div></div>
-
- Posted 2 years ago #
Place the navigation DIV code just after the
<div id="header"> ....................... </div>and before the
<div id="main"> <?php if ( is_bb_profile() ) profile_menu(); ?> -
- Posted 2 years ago #
thanks
-
You must log in to post.