Hello web fonts
This commit is contained in:
parent
e3779129d6
commit
7a3bbd0dd9
3 changed files with 4 additions and 4 deletions
|
@ -8,10 +8,10 @@ RewriteRule ^(content|system)/ error404 [L]
|
||||||
RewriteCond %{REQUEST_FILENAME} !-f
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
RewriteRule ^robots.txt$ system/config/robots.txt [L]
|
RewriteRule ^robots.txt$ system/config/robots.txt [L]
|
||||||
RewriteCond %{REQUEST_FILENAME} !-f
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
RewriteCond %{REQUEST_URI} \.(css|js|png)$
|
RewriteCond %{REQUEST_URI} \.(css|js|png|woff)$
|
||||||
RewriteRule ^media/plugins/(core-.+) system/core/$1 [L]
|
RewriteRule ^media/plugins/(core-.+) system/core/$1 [L]
|
||||||
RewriteCond %{REQUEST_FILENAME} !-f
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
RewriteCond %{REQUEST_URI} \.(css|js|png)$
|
RewriteCond %{REQUEST_URI} \.(css|js|png|woff)$
|
||||||
RewriteRule ^media/plugins/(.+) system/plugins/$1 [L]
|
RewriteRule ^media/plugins/(.+) system/plugins/$1 [L]
|
||||||
|
|
||||||
RewriteCond yellow.php -F
|
RewriteCond yellow.php -F
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Yellow 0.3.4
|
Yellow 0.3.5
|
||||||
============
|
============
|
||||||
Yellow is for people who make websites.
|
Yellow is for people who make websites.
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
// Yellow main class
|
// Yellow main class
|
||||||
class Yellow
|
class Yellow
|
||||||
{
|
{
|
||||||
const Version = "0.3.4";
|
const Version = "0.3.5";
|
||||||
var $page; //current page
|
var $page; //current page
|
||||||
var $pages; //pages from file system
|
var $pages; //pages from file system
|
||||||
var $config; //configuration
|
var $config; //configuration
|
||||||
|
|
Loading…
Add table
Reference in a new issue