Skip to content

Commit

Permalink
Bootstrap for public template
Browse files Browse the repository at this point in the history
  • Loading branch information
elrafael committed Jun 11, 2012
1 parent bc44c28 commit b4464a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/modules/welcome/views/message.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<form method="post" action="<?php echo current_url(); ?>">
<button type="submit">Test .htaccess</button>
<button type="submit" class="btn btn-info"><i class="icon-ok icon-white"></i> Test .htaccess</button>
</form>

<?php echo $mensagem; ?>
<code><?php echo $mensagem; ?></code>
1 change: 1 addition & 0 deletions application/views/layouts/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<meta name="keywords" content="" />
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="<?php echo base_url('css/bootstrap.css'); ?>" rel="stylesheet">
</head>
<body>
<?php echo $template['body']; ?>
Expand Down

0 comments on commit b4464a1

Please sign in to comment.