Esempio n. 1
0
<?php 
if ('rtl' == bb_get_option('text_direction')) {
    ?>
	<link rel="stylesheet" href="<?php 
    bb_stylesheet_uri('rtl');
    ?>
" type="text/css" />
<?php 
}
?>
	<script type="text/javascript" src="<?php 
echo bb_active_theme_uri();
?>
js/util.js"></script>
	<script type="text/javascript" src="<?php 
echo bb_active_theme_uri();
?>
js/menu.js"></script>

<?php 
bb_head();
?>

</head>

<body id="<?php 
bb_location();
?>
">
	<div id="wrap">
		<div id="container">
Esempio n. 2
0
</title>
	<link rel="stylesheet" href="<?php 
bb_stylesheet_uri();
?>
" type="text/css" />
	<link rel="stylesheet" href="<?php 
echo bb_active_theme_uri() . 'blueprint/screen.css';
?>
" type="text/css" media="screen" title="blueprint-print" charset="utf-8"/>
	<link rel="stylesheet" href="<?php 
echo bb_active_theme_uri() . 'blueprint/print.css';
?>
" type="text/css" media="print" title="blueprint-print" charset="utf-8"/>
	<!--[if lt IE 8]>
	  <link rel="stylesheet" href="<?php 
echo bb_active_theme_uri() . 'blueprint/ie.css';
?>
" type="text/css" media="screen, projection">
	<![endif]-->
<?php 
if ('rtl' == bb_get_option('text_direction')) {
    ?>
	<link rel="stylesheet" href="<?php 
    bb_stylesheet_uri('rtl');
    ?>
" type="text/css" />
<?php 
}
?>
	<!--[if IE]>
		<style type="text/css" media="screen">
Esempio n. 3
0
<?php

bb_get_header();
?>

<?php 
if ($forums) {
    ?>

<div id="sidebar" role="main" class="span-6">
<h2>About</h2>
<p>We're building a community-based Q&A board for digital humanities questions that need (just a little) more than 140 character answers.</p>
<p><a href="http://chronicle.com/blog/ProfHacker/27/" id="ph-logo"><img alt="ProfHacker" title="ProfHacker" src="<?php 
    echo bb_active_theme_uri() . 'images/ph-icon.png';
    ?>
"/></a><strong><a href="http://twitter.com/dhanswers">@DHAnswers</a></strong> is a collaborative project of the <a href="http://www.ach.org">Association for Computers and the Humanities</a> (ACH) and the Chronicle of Higher Education's <a href="http://chronicle.com/blog/ProfHacker/27/">ProfHacker</a>.</p>
<p><a id="follow-us" href="http://www.twitter.com/DHAnswers">Follow @DHAnswers on Twitter</a></p>
<!-- <h2>How to</h2>
<p><a href="/answers/bb-login.php">Create an account</a> and <?php 
    bb_new_topic_link('ask a question');
    ?>
 </p> -->
<h2><?php 
    _e('Popular Tags');
    ?>
</h2>
<p class="frontpageheatmap"><?php 
    bb_tag_heat_map(10, 18, 'px', 20);
    ?>
</p>
Esempio n. 4
0
		</div>
			<div id="footer" role="contentinfo" class="span-24">
				<div id="lang-switch">
					<span class="lang-label"><?php 
_e('Language');
?>
</span>
					<?php 
do_action('bb_language_switcher', '');
?>
				</div>			
				<p>A project of the <a href="http://www.ach.org">Association for Computers and the Humanities</a> and the Chronicle of Higher Education's <a href="http://profhacker.com">ProfHacker</a></p>
				<p>Icons by <a href="http://www.famfamfam.com/lab/icons/silk/">famfamfam</a></p>
				<p><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License</a>.</p>
				<p><a href="http://lib.virginia.edu/scholarslab"><img src="<?php 
echo bb_active_theme_uri() . 'images/slab-logo.jpg';
?>
" alt="Scholars' Lab" title="Scholars' Lab"/></a></p>
			</div>
	</div>

<?php 
do_action('bb_foot');
?>

</body>
</html>