[eluser]tommo.wilson[/eluser]
Hi,
I used to be able to do this...
Code:
<link rel="stylesheet" type="text/css" media="screen" href="<?=base_url()?>css/admin/admindefault.php">
This allowed me to use variables in my css files.
But for some reason it stopped working... It now displays a 404 error instead. The file is still there so I can't see what's wrong with it.
Has anyone got any ideas about why this is happening?
I have this call trace if it helps...???
Code:
#0 /home/example/domains/example.com/public_html/system/libraries/Exceptions.php(97): MY_Exceptions->show_error('404 Page Not Fo...', 'The page you re...', 'error_404', 404)
#1 /home/example/domains/example.com/public_html/system/codeigniter/Common.php(256): CI_Exceptions->show_404('500.shtml')
#2 /home/example/domains/example.com/public_html/system/libraries/Router.php(239): show_404('500.shtml')
#3 /home/example/domains/example.com/public_html/system/libraries/Router.php(152): CI_Router->_validate_request(Array)
#4 /home/example/domains/example.com/public_html/system/libraries/Router.php(260): CI_Router->_set_request(Array)
#5 /home/example/domains/example.com/public_html/system/libraries/Router.php(131): CI_Router->_parse_routes()
#6 /home/example/domains/example.com/public_html/system/libraries/Router.php(50): CI_Router->_set_routing()
#7 /home/example/domains/example.com/public_html/system/codeigniter/Common.php(148): CI_Router->CI_Router()
#8 /home/example/domains/example.com/public_html/system/codeigniter/CodeIgniter.php(99): load_class('Router')
#9 /home/example/domains/example.com/public_html/index.php(115): require_once('/home/example/...')
#10 {main}