Esempio n. 1
0
?>

        <div class="wrapper text">
            <?php 
site_breadcrumbs();
?>
            <h1><?php 
echo $article['name'];
?>
</h1>
            <?php 
site_include_view('_articles/' . $article['path'] . '.php');
?>

            <p class="note twitter">What do you think? Could we improve this? <a href="<?php 
echo twitter_share_link('I just read "' . $article['name'] . '" by @prothemedesign');
?>
" target="_blank">Let us know on Twitter</a>.</p>

            <p class="meta">First published on: <time><?php 
echo $article['date'];
?>
</time></p>

            <hr />

            <h1>More Articles</h1>
<?php 
include '_partials/article-listing.php';
?>
        </div>
Esempio n. 2
0
<?php

include '_partials/head.php';
?>
    <body class="page-articles">

        <?php 
include '_partials/header.php';
?>

        <div class="wrapper text">
            <h1>Articles</h1>
<?php 
include '_partials/article-listing.php';
?>
        <p class="note twitter">What would you like to see us write about? <a href="<?php 
echo twitter_share_link('Hi @prothemedesign, I would love to know more about');
?>
" target="_blank">Ping us on Twitter to let us know</a>.</p>

        </div>

<?php 
include '_partials/footer.php';