cursor: 'wait',
				        left: '49%',
				        top: '49%'
					},
					overlayCSS: { 
						backgroundColor: '#000',
						opacity: 0.1
				    },
					message: $('<img border="0" src="' + url_base + 'images/loading.gif">')
				});
			},
			close: function() {
				$.unblockUI();
			}
		};
		return t;
	}();
</script>
</head>
<body>
<!--**error start**-->
<?php 
echo remind::get();
?>
<!--**error end**-->
<?php 
echo !empty($content) ? $content : '';
?>
</body>
</html>