Welcome Guest, Not a member yet? Register   Sign In
Hellp CSS and JS
#2

Change this line
Code:
<link href="<?php base_url(); ?>theme/css/style.css" rel="stylesheet" type="text/css" />
to
Code:
<link href="<?php echo base_url(); ?>theme/css/style.css" rel="stylesheet" type="text/css" />

Apply the same to <script ...> tags
Reply


Messages In This Thread
Hellp CSS and JS - by snup - 11-26-2016, 03:41 PM
RE: Hellp CSS and JS - by pdthinh - 11-26-2016, 05:52 PM
RE: Hellp CSS and JS - by snup - 11-26-2016, 08:19 PM



Theme © iAndrew 2016 - Forum software by © MyBB