Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
FontAwesome for bootstrap template
  • Loading branch information
juliantenney committed Oct 8, 2013
1 parent f0f29b2 commit 474b128
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/site/play.php
Expand Up @@ -54,6 +54,10 @@ function show_template($row_play){
<!--media element and initialisation-->
<script src="<?PHP echo $template_path_string ?>/common/mediaelement/mediaelement-and-player.min.js"></script>
<link rel="stylesheet" href="<?PHP echo $template_path_string ?>/common/mediaelement/mediaelementplayer.min.css" />

<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css" rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">


<script type="text/javascript">

Expand Down
4 changes: 4 additions & 0 deletions modules/site/preview.php
Expand Up @@ -55,6 +55,10 @@ function show_preview_code($row){
<!--media element and initialisation-->
<script src="<?PHP echo $template_path_string ?>/common/mediaelement/mediaelement-and-player.min.js"></script>
<link rel="stylesheet" href="<?PHP echo $template_path_string ?>/common/mediaelement/mediaelementplayer.min.css" />

<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css" rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">


<script type="text/javascript">

Expand Down

0 comments on commit 474b128

Please sign in to comment.