X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=themes%2Fdefault.sh;h=f9dfe4189963c55bcb283c1d78ae74f1d4f7d12c;hb=4eb1ee6d2d6889d5c8160590c1ce59f4c78cdf68;hp=89d4fad6c12c934dc71dd2f61a89903c6592676b;hpb=a7cc6c21c6a90df07a66dc2ec3c14ccf3633416c;p=shellwiki diff --git a/themes/default.sh b/themes/default.sh index 89d4fad..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(){ @@ -28,6 +31,9 @@ theme_pagemenu(){
  • Edit
  • Attachments
  • Revisions
  • +
  • Rename
  • +
  • Move
  • +
  • Delete
  • ' fi }