Internal CSS _lim_css layout bug
Reported by Fabrice Luraine | July 22nd, 2009 @ 05:41 PM | in Release 0.4 - Fresh Mint And Ginger
In the internal controller that displays default Limonade CSS, we should prevents rendering a layout:
function render_limonade_css()
{
option('views_dir', file_path(option('limonade_public_dir'), 'css'));
$fpath = file_path(params('_lim_css_filename').".css");
return css($fpath, null);
}
Comments and changes to this ticket
-
Fabrice Luraine July 31st, 2009 @ 06:46 PM
- State changed from new to resolved
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Limonade is a PHP micro-framework.
People watching this ticket
Referenced by
- 14 Internal CSS _lim_css layout bug (from [59062eb7029961b6fee441605ead6d1464691e2d]) [#14 st...