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

(11-26-2016, 05:52 PM)pdthinh Wrote: 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

thank you to you and successes helped
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