+ add theme_head_end notification

This commit is contained in:
maxpozdeev 2022-11-14 19:09:45 +03:00
parent 9dd95d3e5b
commit c833fe4828

View file

@ -19,6 +19,7 @@
<?php if(Config::get('rtl')): ?>
<link rel="stylesheet" type="text/css" href="<?php mttinfo('theme_url'); ?>style_rtl.css?v=<?php mttinfo('version'); ?>" media="all" />
<?php endif; ?>
<?php do_action('theme_head_end'); ?>
</head>
<body <?php if (Lang::instance()->rtl()) echo 'dir="rtl"'; ?>>