presently I have this
<link rel="stylesheet" type="text/css" href="<?php echo get_bloginfo('stylesheet_directory');?>/admin/layouts/<?php echo $data['alt_stylesheet'];" />
but it is not showing the $data['alt_stylesheet']; If I put the
echo $data['alt_stylesheet']; is a single line it shows the data but in the link line it won't what am I doing wrong?