Base theme
parent
2b8d57f3aa
commit
5bd0aeada0
@ -0,0 +1,3 @@
|
|||||||
|
.settings
|
||||||
|
.project
|
||||||
|
.buildpath
|
||||||
@ -0,0 +1,6 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* @package WordPress
|
||||||
|
* @subpackage darkearth_wp
|
||||||
|
*/
|
||||||
|
|
||||||
@ -0,0 +1,32 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* @package WordPress
|
||||||
|
* @subpackage darkearth_wp
|
||||||
|
*/
|
||||||
|
|
||||||
|
?><!DOCTYPE html>
|
||||||
|
<html <?php language_attributes(); ?>>
|
||||||
|
<head>
|
||||||
|
<meta charset="<?php bloginfo( 'charset' ); ?>">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<?php wp_head(); ?>
|
||||||
|
</head>
|
||||||
|
<body <?php body_class(); ?>>
|
||||||
|
<?php wp_body_open(); ?>
|
||||||
|
<div id="page">
|
||||||
|
<div class="site-title">
|
||||||
|
<div class="site-title-bg">
|
||||||
|
<h1><a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<?php the_custom_logo(); ?>
|
||||||
|
|
||||||
|
<footer id="colophon" class="site-footer">
|
||||||
|
<div class="site-info">
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
</div><!-- #page -->
|
||||||
|
<?php wp_footer(); ?>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@ -0,0 +1,10 @@
|
|||||||
|
/*
|
||||||
|
Theme Name: DarkEarth Front
|
||||||
|
Theme URI: https://www.phenice.ch
|
||||||
|
Author: dev
|
||||||
|
Author URI: https://www.phenice.ch/
|
||||||
|
Description: Plugin that display front-end for darkearth IA system.
|
||||||
|
Version: 0.1
|
||||||
|
License: GNU General Public License v2 or later
|
||||||
|
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
|
*/
|
||||||
Loading…
Reference in New Issue