xref: /template/minimal/lang/en/settings.php (revision 1a1379ff751f200d36a81196407c4c31034e17cb)
1<?php
2/**
3 * English language file for config
4 *
5 */
6
7$lang['fullWidthSite']    = "Make the site full width. If not checked, the Template Style __site_width__ variable will be used to set the width.";
8$lang['showPageInfo']     = "Whether to show page info at the bottom";
9$lang['showToc']     = "Show table of content on page";
10$lang['siteHeaderPosition'] = "Position of the site header which contains :header and Breadcrumbs. 'Top' positions it just after navbar and before sidebar. 'Above page' positions it before page heading (beside sidebar)";
11$lang['siteFooterPosition'] = "Position of the site footer. 'Bottom' positions it at the end. 'After page' positions it after the page";