MyBB Community Forums

Full Version: Remove Hardcoded HTML - class_parser.php code block
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
I think we should move code block HTML codes in templates.
inc/class_parser.php#L918
return "<div class=\"codeblock\">\n<div class=\"title\">".$lang->code."\n</div><div class=\"body\" dir=\"ltr\"><code>".$code."</code></div></div>\n";
I agree with this suggestion as it would help for theme developers.
Please yes.
Everything was meant to be moved out the files, if there were some missing those should but unfortunetely it is too late now. We will need to wait for 1.8.1 IMO.