18 lines
506 B
PHP
18 lines
506 B
PHP
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>{[ //echo ayar()->ayar_title; ]}</title>
|
|
<link href="css/bootstrap.css" rel="stylesheet" />
|
|
<link href="css/font-awesome.css" rel="stylesheet" />
|
|
<link href="css/custom-styles.css" rel="stylesheet" />
|
|
<script src="ckeditor/ckeditor.js"></script>
|
|
@if(LANG == 'ir')
|
|
|
|
|
|
<style>
|
|
body{
|
|
direction: rtl;
|
|
}
|
|
</style>
|
|
|
|
@endif |