Welcome Guest, Not a member yet? Register   Sign In
Keep components behind the scene
#2

PHP Code:
// for css files
<link href="<?= base_url('assets/bootstrap-3.3.7/css/bootstrap.min.css'); ?>" rel="stylesheet">

// for js files.
<!-- jQuery and Bootstrap core JavaScript Here for faster page loads! -->
<
script src="<?= base_url('assets/jquery/jquery-3.2.1.min.js'); ?>"></script>
<
script src="<?= base_url('assets/bootstrap-3.3.7/js/bootstrap.min.js'); ?>"></script

Hope that helps, just set the path to where the files are located.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: Keep components behind the scene - by InsiteFX - 10-23-2018, 03:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB