mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-22 04:43:32 +02:00
Remove Readable Theme from Monstra Repository
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1 +0,0 @@
|
|||||||
<a href="<?php echo Site::url(); ?>sitemap"><?php echo __('Sitemap', 'sitemap'); ?></a>
|
|
@@ -1,19 +0,0 @@
|
|||||||
|
|
||||||
<footer>
|
|
||||||
<p>
|
|
||||||
<div style="float:left;"><?php echo Chunk::get('footer-links'); ?></div>
|
|
||||||
<div style="float:right;"><?php Action::run('theme_footer'); ?><?php echo Site::powered(); ?></div>
|
|
||||||
</p>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
</div> <!-- /container -->
|
|
||||||
|
|
||||||
<!-- Javascript
|
|
||||||
================================================== -->
|
|
||||||
<!-- Placed at the end of the document so the pages load faster -->
|
|
||||||
<script type="text/javascript" src="<?php echo Option::get('siteurl'); ?>public/assets/js/jquery.js"></script>
|
|
||||||
<script type="text/javascript" src="<?php echo Option::get('siteurl'); ?>public/assets/js/bootstrap.js"></script>
|
|
||||||
<?php Javascript::load(); ?>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
@@ -1,45 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<title><?php echo Site::name() . ' - ' . Site::title(); ?></title>
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
<meta name="description" content="<?php echo Site::description(); ?>">
|
|
||||||
<meta name="keywords" content="<?php echo Site::keywords(); ?>">
|
|
||||||
<meta name="robots" content="<?php echo Page::robots(); ?>">
|
|
||||||
|
|
||||||
<!-- Styles -->
|
|
||||||
<?php Stylesheet::add('public/themes/readable/css/readable.css', 'frontend', 2); ?>
|
|
||||||
<?php Stylesheet::add('public/assets/css/bootstrap-responsive.css', 'frontend', 3); ?>
|
|
||||||
<?php Stylesheet::load(); ?>
|
|
||||||
|
|
||||||
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
|
|
||||||
<!--[if lt IE 9]>
|
|
||||||
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
|
||||||
<![endif]-->
|
|
||||||
|
|
||||||
<!-- Fav icons -->
|
|
||||||
<link rel="icon" href="<?php echo Site::url(); ?>favicon.ico" type="image/x-icon">
|
|
||||||
<link rel="shortcut icon" href="<?php echo Site::url(); ?>favicon.ico" type="image/x-icon">
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<div class="navbar navbar-fixed-top">
|
|
||||||
<div class="navbar-inner">
|
|
||||||
<div class="container">
|
|
||||||
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
|
|
||||||
<span class="icon-bar"></span>
|
|
||||||
<span class="icon-bar"></span>
|
|
||||||
<span class="icon-bar"></span>
|
|
||||||
</a>
|
|
||||||
<a class="brand" href="<?php echo Site::url(); ?>"><?php echo Site::name(); ?></a>
|
|
||||||
<div class="nav-collapse collapse">
|
|
||||||
<ul class="nav">
|
|
||||||
<?php echo Menu::get(); ?>
|
|
||||||
</ul>
|
|
||||||
</div><!--/.nav-collapse -->
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
@@ -1,22 +0,0 @@
|
|||||||
<?php Chunk::get('header'); ?>
|
|
||||||
<div class="container">
|
|
||||||
|
|
||||||
<div>
|
|
||||||
<?php Users::getPanel(); ?>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div>
|
|
||||||
<?php Action::run('theme_pre_content'); ?>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div>
|
|
||||||
<?php echo Site::content(); ?>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div>
|
|
||||||
<?php Action::run('theme_post_content'); ?>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<hr>
|
|
||||||
<?php Chunk::get('footer'); ?>
|
|
||||||
|
|
Reference in New Issue
Block a user