Пример #1
0
 function test_inn_logo()
 {
     $this->expectOutputRegex('/[.*]+/');
     // This is excessively greedy, it expects any output at all
     $this->expectOutputRegex('/inn_logo_gray.png/');
     // This is excessively greedy, it expects any output at all
     inn_logo();
 }
Пример #2
0
</p>
				<?php 
do_action('largo_after_footer_copyright');
?>
				<?php 
largo_nav_menu(array('theme_location' => 'footer-bottom', 'container' => false, 'depth' => 1));
?>
			</div>
		</div>

		<div class="span6 right">
			<?php 
if (INN_MEMBER) {
    ?>
				<?php 
    inn_logo();
    ?>
			<?php 
}
?>
			<p class="footer-credit <?php 
echo !INN_MEMBER ? 'footer-credit-padding-inn-logo-missing' : '';
?>
"><?php 
printf(__('Built with the <a href="%s">Largo WordPress Theme</a> from the <a href="%s">Institute for Nonprofit News</a>.', 'largo'), 'http://largoproject.org', 'http://inn.org');
?>
</p>
		</div>
	</div>

	<p class="back-to-top visuallyhidden"><a href="#top"><?php