new pisilinux web sites
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
|
||||
<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
|
||||
Reference in New Issue
Block a user