Example #1
0
    /**
     * Custom logo image markup displayed on the Appearance > logo admin panel.
     *
     * @see nsb_custom_logo_setup().
     */
    function nsb_admin_logo_image()
    {
        ?>
	<div id="headimg">
		<h1 class="displaying-logo-text">
			<a id="name" style="<?php 
        echo esc_attr('color: #' . get_logo_textcolor());
        ?>
" onclick="return false;" href="<?php 
        echo esc_url(home_url('/'));
        ?>
"><?php 
        bloginfo('name');
        ?>
</a>
		</h1>
		<div class="displaying-logo-text" id="desc" style="<?php 
        echo esc_attr('color: #' . get_logo_textcolor());
        ?>
"><?php 
        bloginfo('description');
        ?>
</div>
		<?php 
        if (get_logo_image()) {
            ?>
		<img src="<?php 
            logo_image();
            ?>
" alt="">
		<?php 
        }
        ?>
	</div>
<?php 
    }
Example #2
0
                      <li><a href="#" class="tnc_email">Email</a></li>
                    </ul>
                  </div>
              </div>
              <div id="toolbarViewerRight">
              <div style="<?php 
display_logo();
?>
" class="logo_block"><h3 class="logo_text"><a href="<?php 
bloginfo('url');
?>
" title="<?php 
bloginfo('name');
?>
"><img src="<?php 
logo_image();
?>
" class="tnc_logo_image" /></a></h3></div>
                <button style="<?php 
display_fullscreen();
?>
" id="presentationMode" class="toolbarButton presentationMode hiddenLargeView" title="Switch to Presentation Mode" tabindex="13" data-l10n-id="presentation_mode">
                  <span data-l10n-id="presentation_mode_label">Presentation Mode</span>
                </button>
                <button style="<?php 
display_open();
?>
" id="openFile" class="toolbarButton openFile hiddenLargeView" title="Open File" tabindex="14" data-l10n-id="open_file">
                  <span data-l10n-id="open_file_label">Open</span>
                </button>
                <button style="<?php