Created
April 1, 2017 09:18
-
-
Save Rameshwar-ghodke/59fbcf0d5f35279e97f0eeff399d6e07 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
defined('BASEPATH') OR exit('No direct script access allowed'); | |
include getcwd()."/application/config/config.php"; | |
$base_url = $config['base_url']; | |
?> | |
<link href="<?=$base_url?>style/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment