( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ
<!-- Page Loader START -->
<div id="brandeditor-main-loader" class="brandeditor-loader-wrap">
<div class="brandeditor-loader-inner">
<div class="brandeditor-loader"></div>
</div>
</div>
<!-- Page Loader END -->
<!-- Top Bar START -->
<!-- --><?php /*include("editorIncludes/top-bar.php"); */?>
<!-- Top Bar END -->
<!-- Icon Menu START -->
<?php include("editorIncludes/icon-menu.php"); ?>
<!-- Icon Menu END -->
<!-- Icon Panel START -->
<?php include("editorIncludes/icon-panel.php"); ?>
<!-- Toggle Left -->
<div id="brandeditor-toggle-left"><span class="material-icons">chevron_left</span></div>
<!-- Icon Panel END -->
<!-- Body START -->
<?php include("editorIncludes/body.php"); ?>
<!-- Body END -->
<!-- Toggle Right Button -->
<div id="brandeditor-toggle-right"><span class="material-icons">chevron_right</span></div>
<!-- Right Column START -->
<?php include("editorIncludes/right.php"); ?>
<span class="brandeditor-icon-panel-content">
<!-- Right Column END -->
<!-- Modal Add New START -->
<?php include("editorIncludes/modal-new.php"); ?>
<!-- Modal Add New END -->
<!-- Modal Add New START -->
<?php include("editorIncludes/modal-elements.php"); ?>
<!-- Modal Add New END -->
<!-- Modal Add New START -->
<?php include("editorIncludes/modal-frames.php"); ?>
<!-- Modal Add New END -->
<!-- Modal Save START -->
<?php include("editorIncludes/modal-save.php"); ?>
<!-- Modal Save END -->
<!-- Modal Media Library START -->
<?php include("editorIncludes/modal-library.php"); ?>
<?php include("editorIncludes/modal-settings.php"); ?>
<?php include("editorIncludes/modal-icons.php"); ?>
<!-- Modal Media Library END -->
<!-- Modal SVG Library START -->
<?php include("editorIncludes/modal-svg.php"); ?>
<!-- Modal SVG Library END -->
<!-- Modal History START -->
<?php include("editorIncludes/modal-history.php"); ?>
</span>
<!-- Modal History END -->
<!-- Translation Strings -->
<script>
/* <![CDATA[ */
var brandeditorParams = {
"textbox": "Enter Your Text Here",
"object": "Object",
"loading": "Loading...",
"loadmore": "Load More",
"saved": "Saved!",
"imgsaved": "Image is saved.",
"tempsaved": "Template is saved.",
"freeDrawing": "Free drawing",
"frame": "Frame",
"image": "Image",
"circle": "Circle",
"square": "Square",
"rectangle": "Rectangle",
"triangle": "Triangle",
"ellipse": "Ellipse",
"trapezoid": "Trapezoid",
"pentagon":"Pentagon",
"octagon":"Octagon",
"emerald": "Emerald",
"star": "Star",
"element": "Element",
"customSvg": "Custom SVG",
"success": "Success",
"error": "Error",
"delete": "Delete",
"duplicate": "Duplicate",
"showhide": "Show/Hide",
"lockunlock": "Lock/Unlock",
"text": "Text",
"started": "Editing started.",
"added": "added.",
"removed": "removed.",
"resized": "resized.",
"edited": "edited.",
"replaced": "replaced.",
"rotated": "rotated.",
"moved": "moved.",
"scaled": "scaled.",
"flipped": "flipped.",
"cropped": "cropped.",
"bg": "Canvas",
"filter": "filter",
"showRulers":"Show rulers",
"hideRulers":"Hide rulers",
"showGuides":"Show guides",
"hideGuides":"Hide guides",
"clearAllGuides":"Clear all guides",
"question1":"Are you sure you want clear the history?",
"question2":"Are you sure you want to delete the layers?",
"question3":"Are you sure you want to crop the image?",
"question4":"Are you sure you want to resize the image?",
"noDuplicate":"You can not duplicate multiple objects. Please select single object to duplicate.",
"warning": "Warning",
"qrCode": "QR Code",
"startDrawing": "Start Drawing",
"stopDrawing": "Stop Drawing",
"erased": "Pixels erased."
};
/* ]]> */
</script>
<!-- Scripts END -->
<!-- Body END -->
<script>
$(document).ready(function(){
// Wait 5 seconds and click #brandeditor-toggle-right
setTimeout(function(){
$('#brandeditor-toggle-right').click();
// Wait an additional 3 seconds and click it again
setTimeout(function(){
$('#brandeditor-toggle-right').click();
}, 5000);
}, 8000);
});
</script>
<?php
if ($_SERVER['SERVER_ADDR'] == '127.0.0.1' || $_SERVER['SERVER_ADDR'] == '::1') {
?>
<?php
} else {
?>
<?php
}
?>
<form id="engineX">
<input type='hidden' id='myaccountX' value="<?php if(!empty($slug)) {echo $catalogidX; }else {echo $_COOKIE['euserid'];} ?>" />
<input type='hidden' id='AppNoX' value="<?php echo $appno; ?>" />
<?php if(!empty($_GET["showPic"])) {?><input type='hidden' id='showPic' value="1" /><?php } else {?><input type='hidden' id='showPic' value="0" /><?php }?>
<input type='hidden' id='meX' value="<?php echo $_COOKIE['euserid']; ?>" />
<input type='hidden' id='youX' value="<?php echo $catalogidX; ?>" /><input type='hidden' id='pichaX' value="<?php echo $pichaX; ?>" />
<input type='hidden' id='pager' value="<?php if(!empty($_GET["page"])){echo $_GET["page"]; } else {echo "0";} ?>" />
<?php if($mode=="tafuta") {?><input type='hidden' id='tafuta' value="<?php echo $tafuta; ?>" /><?php } ?>
<input type='hidden' id='hastheme' value="<?php if (empty($makeit)) {?>0<?php } else {?>1<?php }?>" />
<?php
$themeidCheck = $_GET['themeid'];
?>
<input type='hidden' id='currentTheme' value="<?php if($themeidCheck == 0){ echo time(); } else { echo "0"; } ?>" />
<input type='hidden' id='currentID' value="<?php echo str_replace("webjson","","$themeid");; ?>" />
</form>