Skip to content
Snippets Groups Projects
Verified Commit 53af927c authored by David Beniamine's avatar David Beniamine
Browse files

Better page preview

parent d2465bb6
Branches
Tags
No related merge requests found
<?php theme_include('header'); ?>
<section class="content wrap" id="article-<?php echo article_id(); ?>">
<h1><?php echo article_img(article_slug());?><?php echo article_title(); ?></h1>
<div class="row">
<div class="col-md-6 col-sd-12">
<?php echo article_img(article_slug());?>
</div>
<div class="col-md-6 col-sd-12">
<h1>
<?php echo article_title(); ?>
</h1>
</div>
</div>
<article>
<?php echo article_html(); ?>
</article>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment