Exemplo n.º 1
0
<title><?php 
if (!empty($title)) {
    echo $title;
}
?>
</title>
<?php 
echo chrome_frame();
echo view_port();
echo apple_mobile('black-translucent');
echo $meta;
?>

<!-- icons and icons and icons and icons and icons and a tile -->
<?php 
echo windows_tile(array('name' => 'Stencil', 'image' => base_url() . '/assets/img/icons/tile.png', 'color' => '#4eb4e5'));
echo favicons();
?>

<!-- crayons and paint -->	
<?php 
echo add_css(array('bootstrap.min', 'bootstrap-theme.min.css', 'style'));
echo $css;
?>

<!-- magical wizardry -->
<?php 
echo jquery();
echo shiv();
echo add_js(array('bootstrap.min'));
echo $js;
<title><?php 
if (!empty($title)) {
    echo $title . ' | ';
}
?>
GitHub API Library for CodeIgniter</title>
<?php 
echo chrome_frame();
echo view_port();
echo apple_mobile('black-translucent');
echo $meta;
?>

<!-- icons and icons and icons and icons and icons and a tile -->
<?php 
echo windows_tile(array('name' => 'GitHub API Library for CodeIgniter', 'image' => base_url() . '/assets/img/icons/tile.png', 'color' => '#4eb4e5'));
echo favicons();
?>

<!-- crayons and paint -->	
<?php 
echo add_css(array('//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.1/css/bootstrap-combined.no-icons.min.css', '//netdna.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.css'));
echo add_css('style');
echo $css;
?>

<!-- magical wizardry -->
<?php 
echo jquery('1.9.1');
echo shiv();
echo add_js(array('//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js', 'scripts'));