Yep, this is true for
overall_header.html and
simple_header.html.
But not for
ucp_pm_viewmessage_print.html and
viewtopic_print.html which are inherited from prosilver, they call the
print.css and
bidi.css files in the current style with
T_THEME_PATH.
Code: Select all
<!DOCTYPE html>
<html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="robots" content="noindex" />
{META}
<title>{SITENAME} • {PAGE_TITLE}</title>
<link href="{T_THEME_PATH}/print.css" rel="stylesheet">
<link href="{T_THEME_PATH}/bidi.css" rel="stylesheet">
Print.css is present in the child style but bidi.css returns a 404 error in the console because it is missing.