Welcome Guest, Not a member yet? Register   Sign In
correct layout structure
#2

[eluser]InsiteFX[/eluser]
Create a assets folder in the root with index.php
Code:
/application/views/ (home page, etc..)
/application/view/includes/ (header, footer, sidebar, etc…)
assets
/css/
/js/
index.php

then when including your files use:
Code:
<link href="<?php echo base_url();?>assets/css/your_file.css" rel="stylesheet" type="text/css" />

InsiteFX


Messages In This Thread
correct layout structure - by El Forum - 06-12-2011, 09:31 AM
correct layout structure - by El Forum - 06-12-2011, 01:53 PM



Theme © iAndrew 2016 - Forum software by © MyBB