Guest User

Untitled

a guest
May 18th, 2012
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <title><?php echo $title; ?> - Twitter Manager</title>
  6. <link rel="stylesheet" href="<?php echo base_url(); ?>public/css/style.css" />
  7.  
  8. <script type="text/javascript" src="<?php echo base_url(); ?>public/js/jquery-1.4.2.min.js"></script>
  9. <script type="text/javascript" src="<?php echo base_url(); ?>public/js/app.js"></script>
  10.  
  11. </head>
  12. <body>
  13. <div class="center">
  14. <h2><?php echo $body_title; ?></h2>
  15. <h3><a href="<?=base_url();?>">Twitter Manager</a></h3>
  16. <?php echo $flash_notice; ?>
  17. <div class="actions"><?php echo $actions; ?></div>
  18. <div class="inner<?php if($list === true) { ?> list<?php } ?>">
  19. <!-- End Header - Start Body -->
Advertisement
Add Comment
Please, Sign In to add comment