You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

39 lines
1.1 KiB

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
.leftSideFooterNew{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 30px 70px;
font-size: var(--font-small-size);
color: #9E9E9E;
position: relative;
z-index: 98;
}
.leftSideFooterNew p{
margin: 0;
color: #9E9E9E;
}
.leftSideFooterNew p span{
color: #5B6FF6;
display: inline-block;
}
.leftSideFooterNew p a{
color: #9E9E9E;
text-decoration: none;
}
</style>
</head>
<body>
<div class="leftSideFooterNew">
<p>Copyright &copy;2012-{$smarty.now|date_format:'%Y'} .</p>
<p><span>All Rights Reserved</span> {if $_siteinfo.company_name}&emsp;{$_siteinfo.company_name}{/if}{if $webbeian}&emsp;{$webbeian}{/if}</p>
</div>
</body>
</html>