diff options
Diffstat (limited to 'apps/web/views/_content.php')
-rw-r--r-- | apps/web/views/_content.php | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/apps/web/views/_content.php b/apps/web/views/_content.php new file mode 100644 index 0000000..f735351 --- /dev/null +++ b/apps/web/views/_content.php @@ -0,0 +1,20 @@ + +<!-- article --> +<div class="content"> +<h1>Welcome! +<span class="btn-group" role="group" aria-label="..."> + <button type="button" class="btn btn-default btn-xs">Prev</button> + <button type="button" class="btn btn-default btn-xs">Next</button> +</span> +</h1> + + <div id="body"> + <p class="lead">The page you are looking at is being generated dynamically.</p> + <p class="lead">RSS article area.</p> + </div> + + <div class="footer">Page rendered in <strong>{elapsed_time}</strong> sec. Memory: <strong>{memory_usage}</strong> <?php echo (ENVIRONMENT === 'development') ? '<br>CodeIgniter Version <strong>' . CI_VERSION . '</strong>' : '' ?> + </div> + +</div> +<!-- article end --> |