Current File : /home/natitnen/hintact.com/wp-content/themes/ave/liquid/admin/views/support/knowledge.php
<div class="lqd-iconbox-solid">
	<span class="lqd-icon-container">
		<img src="<?php echo get_template_directory_uri() . '/liquid/assets/img/dashboard/support-knowledge.svg'; ?>" alt="<?php esc_attr_e( 'Ave Knowledge Base', 'ave' ); ?>">
	</span><!-- /.lqd-icon-container -->
	<div class="lqd-iconbox-contents">
		<h3><?php esc_html_e( 'Knowledge Base', 'ave' ); ?></h3>
		<p><?php esc_html_e( 'Extended documentation with articles, FAQs and more.', 'ave' ); ?></p>
		<a href="http://docs.liquid-themes.com" target="_blank" class="lqd-btn lqd-btn-bordered">
			<span><?php esc_html_e( 'Go to Documentation', 'ave' ); ?></span>
		</a>
	</div><!-- /.lqd-iconbox-contents -->
</div><!-- /.lqd-iconbox -->