new pisilinux web sites
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>{[ //echo ayar()->ayar_title; ]}</title>
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous">
|
||||
<link href="css/font-awesome.css" rel="stylesheet" />
|
||||
|
||||
<!--
|
||||
<link href="css/bootstrap.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
|
||||
Reference in New Issue
Block a user