<?php
/**
* Displays footer site info
*
* @package eLearning Education
* @subpackage elearning_education
*/
?>
<div class="site-info">
<div class="container">
<p><?php elearning_education_credit(); ?> <?php echo esc_html__('By Themespride','elearning-education'); ?> </p>
</div>
</div>