Fix: the core system used php templates by default
This commit is contained in:
parent
0a20213909
commit
0e7cfd1ea3
@ -100,9 +100,8 @@ header("Content-type: text/html; charset=".$conf->file->character_set_client);
|
|||||||
|
|
||||||
<?php if ($forgetpasslink || $helpcenterlink) { ?>
|
<?php if ($forgetpasslink || $helpcenterlink) { ?>
|
||||||
<span class="graytitle"><?php echo $langs->trans('Tools'); ?></span>
|
<span class="graytitle"><?php echo $langs->trans('Tools'); ?></span>
|
||||||
|
|
||||||
<?php if ($forgetpasslink) { ?>
|
|
||||||
<ul class="pageitem">
|
<ul class="pageitem">
|
||||||
|
<?php if ($forgetpasslink) { ?>
|
||||||
<li class="menu">
|
<li class="menu">
|
||||||
<a href="<?php echo $dol_url_root.'/user/passwordforgotten.php'; ?>">
|
<a href="<?php echo $dol_url_root.'/user/passwordforgotten.php'; ?>">
|
||||||
<img alt="tools" src="<?php echo $dol_url_root.'/theme/phones/iphone/theme/'.$theme.'/thumbs/tools.png'; ?>" />
|
<img alt="tools" src="<?php echo $dol_url_root.'/theme/phones/iphone/theme/'.$theme.'/thumbs/tools.png'; ?>" />
|
||||||
@ -120,7 +119,7 @@ header("Content-type: text/html; charset=".$conf->file->character_set_client);
|
|||||||
<span class="arrow"></span>
|
<span class="arrow"></span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</ul>
|
</ul>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user