From 5ccca11a448ea315a6e64453e630694ba2c20e66 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Thu, 21 Nov 2024 20:59:05 +0100 Subject: Rename "rsrc" directories to "static" Stop using "rsrc" as name for the directories which contain static files and rename them to "static". This affects the global static directory and the static sub-directories in the theme directories. If you've stored your own files in the old global "rsrc" directory, you must move them to the new "static" directory. --- theme/default/html/feed/main.php | 2 +- theme/default/html/main.php | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'theme/default/html') diff --git a/theme/default/html/feed/main.php b/theme/default/html/feed/main.php index bdd0a48..9f8e0b9 100644 --- a/theme/default/html/feed/main.php +++ b/theme/default/html/feed/main.php @@ -23,7 +23,7 @@ $self = Application::getURL('feed/'); <?=$title?> - + diff --git a/theme/default/html/main.php b/theme/default/html/main.php index f226ff1..223464c 100644 --- a/theme/default/html/main.php +++ b/theme/default/html/main.php @@ -32,7 +32,7 @@ $BLOGMETA_DESC = escapeHTML($BLOGMETA['DESC']); - + @@ -40,11 +40,11 @@ $BLOGMETA_DESC = escapeHTML($BLOGMETA['DESC']); - - + + - + <?="{$HEAD_NAME} | {$BLOGMETA_NAME} {$BLOGMETA_DESC}"?> @@ -53,7 +53,7 @@ $BLOGMETA_DESC = escapeHTML($BLOGMETA['DESC']);
"> - +