Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title><?php echo $title; ?> - Twitter Manager</title>
- <link rel="stylesheet" href="<?php echo base_url(); ?>public/css/style.css" />
- <script type="text/javascript" src="<?php echo base_url(); ?>public/js/jquery-1.4.2.min.js"></script>
- <script type="text/javascript" src="<?php echo base_url(); ?>public/js/app.js"></script>
- </head>
- <body>
- <div class="center">
- <h2><?php echo $body_title; ?></h2>
- <h3><a href="<?=base_url();?>">Twitter Manager</a></h3>
- <?php echo $flash_notice; ?>
- <div class="actions"><?php echo $actions; ?></div>
- <div class="inner<?php if($list === true) { ?> list<?php } ?>">
- <!-- End Header - Start Body -->
Advertisement
Add Comment
Please, Sign In to add comment