Download project

This commit is contained in:
Roman Pyrih
2024-11-20 09:09:44 +01:00
parent 547a138d6a
commit 5ff041757f
40737 changed files with 7766183 additions and 0 deletions

View File

@@ -0,0 +1,83 @@
<?php
/* Smarty version 3.1.48, created on 2024-11-20 08:34:32
from '/home/admin/domains/masimmo.pl/public_html/modules/welcome/views/contents/end.tpl' */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '3.1.48',
'unifunc' => 'content_673d91080b91c8_74198343',
'has_nocache_code' => false,
'file_dependency' =>
array (
'485d21433f268585b482ffcebd66145812538aa1' =>
array (
0 => '/home/admin/domains/masimmo.pl/public_html/modules/welcome/views/contents/end.tpl',
1 => 1732015775,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_673d91080b91c8_74198343 (Smarty_Internal_Template $_smarty_tpl) {
?>
<div id="onboarding-welcome" class="modal-body">
<div class="col-12">
<button class="onboarding-button-next pull-right close" type="button">&times;</button>
<h2 class="text-center text-md-center"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Over to you!','d'=>'Modules.Welcome.Admin'),$_smarty_tpl ) );?>
</h2>
</div>
<div class="col-12">
<p class="text-center text-md-center">
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'You\'ve seen the essential, but there\'s a lot more to explore.','d'=>'Modules.Welcome.Admin'),$_smarty_tpl ) );?>
<br />
<?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Some ressources can help you go further:','d'=>'Modules.Welcome.Admin'),$_smarty_tpl ) );?>
</p>
<div class="container-fluid">
<div class="row">
<div class="col-md-6 justify-content-center text-center text-md-center link-container">
<a class="final-link" href="http://doc.prestashop.com/display/PS17/Getting+Started" target="_blank">
<div class="starter-guide"></div>
<span class="link"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Starter Guide','d'=>'Modules.Welcome.Admin'),$_smarty_tpl ) );?>
</span>
</a>
</div>
<div class="col-md-6 text-center text-md-center link-container">
<a class="final-link" href="https://www.prestashop.com/forums/" target="_blank">
<div class="forum"></div>
<span class="link"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Forum','d'=>'Modules.Welcome.Admin'),$_smarty_tpl ) );?>
</span>
</a>
</div>
</div>
<div class="row">
<div class="col-md-6 text-center text-md-center link-container">
<a class="final-link" href="https://www.prestashop.com/en/training-prestashop" target="_blank">
<div class="training"></div>
<span class="link"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Training','d'=>'Modules.Welcome.Admin'),$_smarty_tpl ) );?>
</span>
</a>
</div>
<div class="col-md-6 text-center text-md-center link-container">
<a class="final-link" href="https://www.youtube.com/user/prestashop" target="_blank">
<div class="video-tutorial"></div>
<span class="link"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'Video tutorial','d'=>'Modules.Welcome.Admin'),$_smarty_tpl ) );?>
</span>
</a>
</div>
</div>
</div>
</div>
<div class="modal-footer">
<div class="col-12">
<div class="text-center text-md-center">
<button class="btn btn-primary onboarding-button-next"><?php echo call_user_func_array( $_smarty_tpl->smarty->registered_plugins[Smarty::PLUGIN_FUNCTION]['l'][0], array( array('s'=>'I\'m ready','d'=>'Modules.Welcome.Admin'),$_smarty_tpl ) );?>
</button>
</div>
</div>
</div>
</div>
<?php }
}