mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-11 23:54:10 +02:00
upd
This commit is contained in:
@@ -179,7 +179,7 @@ class Chunk
|
|||||||
if ( ! file_exists(MINIFY . DS . 'theme.' . $current_theme . '.minify.' . $name . '.chunk.php') or
|
if ( ! file_exists(MINIFY . DS . 'theme.' . $current_theme . '.minify.' . $name . '.chunk.php') or
|
||||||
filemtime(THEMES_SITE . DS . $current_theme . DS . $name .'.chunk.php') > filemtime(MINIFY . DS . 'theme.' . $current_theme . '.minify.' . $name . '.chunk.php')) {
|
filemtime(THEMES_SITE . DS . $current_theme . DS . $name .'.chunk.php') > filemtime(MINIFY . DS . 'theme.' . $current_theme . '.minify.' . $name . '.chunk.php')) {
|
||||||
file_put_contents(MINIFY . DS . 'theme.' . $current_theme . '.minify.' . $name . '.chunk.php',
|
file_put_contents(MINIFY . DS . 'theme.' . $current_theme . '.minify.' . $name . '.chunk.php',
|
||||||
Minify::html(file_get_contents(THEMES_SITE. DS . $current_theme . DS . $name .'.chunk.php')));
|
MinifyHTML::process(file_get_contents(THEMES_SITE. DS . $current_theme . DS . $name .'.chunk.php')));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Include chunk
|
// Include chunk
|
||||||
|
@@ -303,7 +303,6 @@ class Users extends Frontend
|
|||||||
->render());
|
->render());
|
||||||
$mail->Send();
|
$mail->Send();
|
||||||
|
|
||||||
|
|
||||||
// Set notification
|
// Set notification
|
||||||
Notification::set('success', __('New password has been sent', 'users'));
|
Notification::set('success', __('New password has been sent', 'users'));
|
||||||
|
|
||||||
|
@@ -87,7 +87,6 @@
|
|||||||
a[href^="tel"], a[href^="sms"] {text-decoration:none; color:#333333; pointer-events:none; cursor:default;}
|
a[href^="tel"], a[href^="sms"] {text-decoration:none; color:#333333; pointer-events:none; cursor:default;}
|
||||||
.mobile_link a[href^="tel"], .mobile_link a[href^="sms"] {text-decoration:default; color:#6e5c4f !important; pointer-events:auto; cursor:default;}
|
.mobile_link a[href^="tel"], .mobile_link a[href^="sms"] {text-decoration:default; color:#6e5c4f !important; pointer-events:auto; cursor:default;}
|
||||||
|
|
||||||
|
|
||||||
/****** MEDIA QUERIES ********/
|
/****** MEDIA QUERIES ********/
|
||||||
/* You must use attribute selectors in your media queries to prevent Yahoo from rendering these styles.
|
/* You must use attribute selectors in your media queries to prevent Yahoo from rendering these styles.
|
||||||
We added a yahoo attribute in the body tag to complete this fix.
|
We added a yahoo attribute in the body tag to complete this fix.
|
||||||
@@ -123,10 +122,8 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*** END EDITABLE STYLES ***/
|
/*** END EDITABLE STYLES ***/
|
||||||
|
|
||||||
|
|
||||||
/****** TEMPORARY - THESE SHOULD BE MOVED INLINE AT END OF YOUR DEVELOPMENT PROCESS ********/
|
/****** TEMPORARY - THESE SHOULD BE MOVED INLINE AT END OF YOUR DEVELOPMENT PROCESS ********/
|
||||||
|
|
||||||
h1 {font-size:26px; line-height:1.2; font-weight:normal; margin-top:0; margin-bottom:0;}
|
h1 {font-size:26px; line-height:1.2; font-weight:normal; margin-top:0; margin-bottom:0;}
|
||||||
@@ -141,10 +138,8 @@
|
|||||||
/*** END TEMPORARY ***/
|
/*** END TEMPORARY ***/
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
||||||
<body style="width:100% !important; color:#333333; background:#FBFBFB; font-family:Arial,Helvetica,sans-serif; font-size:13px; line-height:1.4;"
|
<body style="width:100% !important; color:#333333; background:#FBFBFB; font-family:Arial,Helvetica,sans-serif; font-size:13px; line-height:1.4;"
|
||||||
alink="#9d470a" link="#9d470a" bgcolor="#FBFBFB" text="#333333" yahoo="fix">
|
alink="#9d470a" link="#9d470a" bgcolor="#FBFBFB" text="#333333" yahoo="fix">
|
||||||
<!-- You may adjust each of the values above for your template as needed.
|
<!-- You may adjust each of the values above for your template as needed.
|
||||||
|
Reference in New Issue
Block a user