예제 #1
0
파일: 401.php 프로젝트: shalvasoft/MVC
<section id="error" class="container text-center">
	<h1>401, Unauthorized</h1>
	<p>Authentication credentials were missing or incorrect.</p>
	<a class="btn btn-primary" href="<?php 
echo site_addr();
?>
">GO BACK TO THE HOMEPAGE</a>
</section>
예제 #2
0
 /**
  * returning images directory
  * @return string
  */
 function font_dir()
 {
     return defined('Font_dir') ? Font_dir : site_addr() . '/fonts/';
 }