1756744330a:1:{s:17:"simple-layout.htm";a:6:{s:8:"fileName";s:17:"simple-layout.htm";s:7:"content";s:1420:"description = "طرح ساده"
==
<?php

function onStart(){

    $locale = \RainLab\Translate\Classes\Translator::instance()->getLocale();
    $this["locale"] = $locale;
    $this["direction"] = $locale == "fa" ? "rtl" : "ltr";
}

?>
==
<!doctype html>
<html lang="{{ locale }}" dir="{{ direction }}">
<head>
    <meta charset="UTF-8">
    <meta name="viewport"
          content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <link rel="shortcut icon" href="{{ '../silverageco/assets/app/img/icon/favicon.png'|theme }}">
    <title>{{ this.theme.title }}{% if this.page.title %} - {{ this.page.title }} {% endif %}</title>

    <link
            href="{{ ['../silverageco/assets/app/css/simple-layout.less', '../silverageco/assets/loading/loading.less']|theme }}"
            rel="stylesheet"
    >

    <script type="text/javascript" src="{{ 'assets/jquery/jquery-3.3.1.min.js'|theme }}"></script>

    <meta name="theme-color" content="{{ this.theme.payment_back_color }}">

    <meta name="theme-color" content="#0e0d0e">
    <!-- Windows Phone -->
    <meta name="msapplication-navbutton-color" content="#0e0d0e">
    <!-- iOS Safari -->
    <meta name="apple-mobile-web-app-status-bar-style" content="#0e0d0e">

</head>
<body class="simple-layout">

{% page %}

{% framework extras %}
</body>
</html>";s:5:"mtime";i:1736605984;s:6:"markup";s:1181:"<!doctype html>
<html lang="{{ locale }}" dir="{{ direction }}">
<head>
    <meta charset="UTF-8">
    <meta name="viewport"
          content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <link rel="shortcut icon" href="{{ '../silverageco/assets/app/img/icon/favicon.png'|theme }}">
    <title>{{ this.theme.title }}{% if this.page.title %} - {{ this.page.title }} {% endif %}</title>

    <link
            href="{{ ['../silverageco/assets/app/css/simple-layout.less', '../silverageco/assets/loading/loading.less']|theme }}"
            rel="stylesheet"
    >

    <script type="text/javascript" src="{{ 'assets/jquery/jquery-3.3.1.min.js'|theme }}"></script>

    <meta name="theme-color" content="{{ this.theme.payment_back_color }}">

    <meta name="theme-color" content="#0e0d0e">
    <!-- Windows Phone -->
    <meta name="msapplication-navbutton-color" content="#0e0d0e">
    <!-- iOS Safari -->
    <meta name="apple-mobile-web-app-status-bar-style" content="#0e0d0e">

</head>
<body class="simple-layout">

{% page %}

{% framework extras %}
</body>
</html>";s:4:"code";s:189:"function onStart(){

    $locale = \RainLab\Translate\Classes\Translator::instance()->getLocale();
    $this["locale"] = $locale;
    $this["direction"] = $locale == "fa" ? "rtl" : "ltr";
}";s:11:"description";s:15:"طرح ساده";}}