예제 #1
0
파일: index.php 프로젝트: KegDemon/Carbon2
<?php

require "carbon2.class.php";
$carbon = new carbon();
$carbon->header();
$carbon->site();
$carbon->footer();