mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
+ add theme_head_end notification
This commit is contained in:
parent
9dd95d3e5b
commit
c833fe4828
1 changed files with 1 additions and 0 deletions
|
|
@ -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"'; ?>>
|
||||
|
|
|
|||
Loading…
Reference in a new issue