Update assets, fix redirect
This commit is contained in:
parent
03ab30b8c1
commit
a6d1fbc767
18 changed files with 19 additions and 9864 deletions
|
|
@ -23,7 +23,7 @@ foreach ($switches as $switch) {
|
|||
?>
|
||||
|
||||
<?php if($jquery) {
|
||||
echo js('assets/vendors/jquery-2.2.2.min.js');
|
||||
echo js('assets/vendors/jquery-3.5.1.min.js');
|
||||
}?>
|
||||
|
||||
<!-- Bootstrap core JavaScript-->
|
||||
|
|
|
|||
|
|
@ -26,9 +26,9 @@ if( $page->isHomePage() ) {
|
|||
<meta name="robots" content="<?php echo $page->meta_robots()->html() ?>">
|
||||
<?php endif; ?>
|
||||
|
||||
<?php echo css('assets/css/foundation.css?v1.1') ?>
|
||||
<?php echo css('assets/css/foundation.css?v2.0') ?>
|
||||
|
||||
<?php echo css('assets/css/main.css?v1.1') ?>
|
||||
<?php echo css('assets/css/main.css?v2.0') ?>
|
||||
|
||||
<?php echo css('@auto') ?>
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
// license: http://www.gnu.org/licenses/gpl-3.0.txt GPLv3 License
|
||||
// -------------------------------------------
|
||||
|
||||
$target = $page->target()->url();
|
||||
$target = $page->target()->toPage()->url();
|
||||
if ($page->red_type() == 'temp') {
|
||||
$code = 302;
|
||||
}else if ($page->red_type() == 'perm') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue