Fix PHP warning in base.tpl template file

This commit is contained in:
Benjamin Renard 2020-05-19 17:10:36 +02:00
parent cb83311bd0
commit 3cf053cf26

View file

@ -3,7 +3,7 @@
<html> <html>
<head> <head>
<meta http-equiv="content-type" content="text/html; charset={$LSencoding}"> <meta http-equiv="content-type" content="text/html; charset={$LSencoding}">
<title>LdapSaisie{if $pagetitle != ''} - {$pagetitle|escape:"htmlall"}{/if}</title> <title>LdapSaisie{if isset($pagetitle) && $pagetitle} - {$pagetitle|escape:"htmlall"}{/if}</title>
<base href="{$public_root_url}/"/> <base href="{$public_root_url}/"/>
<link rel="icon" href="image/favicon" /> <link rel="icon" href="image/favicon" />
{block name="css"} {block name="css"}