
Our digital overflow production process is simple and transparent. We don’t guess and we certainly don’t assume – Adrian Leung (Tech Producer)
<?php /** * @package WordPress * @subpackage myWealth * @since myWealth 1.0 */ ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="<?php bloginfo( 'charset' ); ?>" /> <title><?php /* * Print the <title> tag based on what is being viewed. */ global $page, $paged; wp_title( '|', true, 'right' ); // Add the blog name. bloginfo( 'name' ); // Add the blog description for the home/front page. $site_description = get_bloginfo( 'description', 'display' ); if ( $site_description && ( is_home() || is_front_page() ) ) echo " | $site_description"; // Add a page number if necessary: if ( $paged >= 2 || $page >= 2 ) echo ' | ' . sprintf( __( 'Page %s', 'twentyten' ), max( $paged, $page ) ); ?></title> <link rel="profile" href="http://gmpg.org/xfn/11" /> <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>" /> <!--[if IE 6]> <link rel="stylesheet" type="text/css" media="all" href="<?php echo get_template_directory_uri() . '/style-ie6.css' ?>" /> <![endif]--> <!--[if gt IE 6]> <link rel="stylesheet" type="text/css" media="all" href="<?php echo get_template_directory_uri() . '/style-ie7.css' ?>" /> <![endif]--> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" /> <?php wp_enqueue_script('jquery'); wp_enqueue_script('jquery-fluidgrid', get_template_directory_uri() . '/javascript/jquery.fluidgrid.js', 'jquery', null, true); wp_enqueue_script('jquery-jqBubblePopup', get_template_directory_uri() . '/javascript/jquery.BubblePopup-1.1.src.js', 'jquery', null, true); if ( is_singular() && get_option( 'thread_comments' ) ) wp_enqueue_script( 'comment-reply' ); wp_head(); ?> <script type="text/javascript"> <?php @include 'javascript/header.js.php'; ?> </script> <script type="text/javascript" src="<?php echo get_template_directory_uri(); ?>/javascript/cufon-yui.js"></script> <script type="text/javascript" src="<?php echo get_template_directory_uri(); ?>/javascript/Rockwell.font.js"></script> <script type="text/javascript"> Cufon.replace('#header .innerwrapper .slogan'); </script> <?php if (is_page('terms-and-conditions') || is_page('disclaimer')) { ?> <style> x#header, x#footer { display:none; } #main { width:600px !important; } </style> <?php } ?> </head> <body <?php body_class(); ?>> <div id="wrapper"> <div id="header"> <div class="innerwrapper"> <div class="slogan"><a class="sloganlink" href="http://yourstudio.com.au">You brief it, we build it</a></div> <?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary' ) ); ?> <div class="clearfix"></div> </div> </div><!-- #header --> <div id="main"> <div id="branding" role="banner"> <a href="http://yourstudio.com.au"><span><?php bloginfo( 'name' ); ?>:<?php bloginfo( 'description' ); ?></span></a> </div><!-- #branding -->

Our digital overflow production process is simple and transparent. We don’t guess and we certainly don’t assume – Adrian Leung (Tech Producer)