X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=themes%2Fdefault.sh;h=f9dfe4189963c55bcb283c1d78ae74f1d4f7d12c;hb=4eb1ee6d2d6889d5c8160590c1ce59f4c78cdf68;hp=001dd3caa85d1ca95825359afa8d69f47b0d3600;hpb=e2ad5bc6d56a970f4c4674f5c96ba7458370d8c9;p=shellwiki diff --git a/themes/default.sh b/themes/default.sh index 001dd3c..f9dfe41 100755 --- a/themes/default.sh +++ b/themes/default.sh @@ -3,11 +3,14 @@ . "$_EXEC/tools.sh" theme_head(){ + local IFS="$BR" printf ' - - - ' "$_BASE" + ' + for css in "$_BASE/[.]/cgilite/common.css" "$_BASE/[.]/themes/default.css" $PAGE_CSS; do + printf '' \ + "$(HTML "${css#/}")" + done } theme_header(){ @@ -24,10 +27,13 @@ theme_pagemenu(){ if acl_write "$page"; then printf ' ' fi }