관리-도구
편집 파일: ca404703422a46b00e3c184115a0d37e.php
<?php $bottom = get_theme_option('footer_bottom' . active_language()) ?: get_theme_option('footer_bottomen') ?? get_theme_option('footer_bottom' . app('default_language')); ?> <?php if(isset($bottom['status'])): ?> <!-- START BOTTOM --> <div class="bg-[#FFFFFF0F] py-5 rounded-t-lg"> <div class="container"> <div class="grid grid-cols-12 gap-7 items-center"> <div class="col-span-full lg:col-span-6"> <div class="text-center lg:text-left"> <div class="text-sm !leading-none font-semibold text-white/80"> <?php echo clean($bottom['copy_right'] ?? ''); ?> </div> </div> </div> <div class="col-span-full lg:col-span-6"> <div class="text-center lg:text-left"> <div class="flex items-center justify-center lg:justify-end space-x-5 divide-x divide-white/15 [&>:not(:first-child)]:pl-5 grow text-white/80"> <?php echo clean($bottom['menu'] ?? ''); ?> </div> </div> </div> </div> </div> </div> <?php endif; ?> <?php /**PATH D:\www\edulab\Modules\LMS\resources\themes\digital-education\components\footer\bottom.blade.php ENDPATH**/ ?>