//add to header $v = View::getInstance(); if($blockStylesHeader != '') { $v->addHeaderItem('<style type="text/css">'."\r\n".$blockStyleHeader.'</style>', 'CONTROLLER'); self::$headerStylesAdded=1; }
You are allowed to delete your post for 5 minutes after it's posted.
Delete
You must have a user account and be signed to perform this action.
//add to header
$v = View::getInstance();
$v->addHeaderItem("<style> \r\n".$blockStylesHeader.'</style>', 'CONTROLLER');
self::$headerStylesAdded=1;
Whats the best way to make this validate? Delete it? I did delete and the site still worked and I was able to edit.
Is there a way not to delete it and make it validate?
I am going to try a few things too.