Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Innovation add a line
#2
In the header.inc.php file, the relevant portion of the header is lines 42-55:
PHP Code:
        <div class="header">
            <
div class="wrapper">
                
                <!-- 
logo/sitename -->
                <
a href="<?php get_site_url(); ?>" id="logo" ><?php get_site_name(); ?></a>
                
                <!-- main navigation -->
                <nav id="main-nav">
                    <ul>
                        <?php get_i18n_navigation(get_page_slug(false), $minlevel=0$maxlevel=0$show=I18N_SHOW_NORMAL$component='customnav'?>
                    </ul>
                </nav>
            </div>
        </div> 
Reply


Messages In This Thread
Innovation add a line - by costa - 2013-08-19, 14:58:08
RE: Innovation add a line - by Angryboy - 2013-08-19, 17:44:49
RE: Innovation add a line - by elubben - 2019-04-10, 05:50:12
RE: Innovation add a line - by Timbow - 2019-07-23, 18:32:58



Users browsing this thread: 1 Guest(s)