Fraenkiman 7b6a153f55 Character set in the template
- The Leggero template now uses the array locale.charset and can be changed via the admin panel Options->International settings->Character set.

/fp-content/config/settings.conf.php
https://forum.flatpress.org/viewtopic.php?t=323
#281
2024-03-15 20:36:11 +01:00

16 lines
523 B
Smarty

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="{$fp_config.locale.lang}">
<head>
<title>{$flatpress.title}{$pagetitle}</title>
<meta http-equiv="Content-Type" content="text/html; charset={$fp_config.locale.charset}">
{action hook=wp_head}
{action hook=admin_head}
</head>
{if !isset($panel)} {assign var=panel value=""} {/if}
{if !isset($action)} {assign var=action value=""} {/if}
<body class="{"admin-$panel-$action"|tag:admin_body_class}">
<div id="body-container">
<div id="outer-container">