summaryrefslogtreecommitdiff
path: root/webgen
diff options
context:
space:
mode:
Diffstat (limited to 'webgen')
-rwxr-xr-xwebgen2
1 files changed, 1 insertions, 1 deletions
diff --git a/webgen b/webgen
index 81e2111..2e5796b 100755
--- a/webgen
+++ b/webgen
@@ -30,6 +30,7 @@ PAGE_SUFFIX='.html'
TEMPLATES="$1"
DEFAULT_MENU='-menu-none'
+# CODE:
[ "$TEMPLATES" = '' ] && TEMPLATES="*"
if [ "$TEMPLATES" = '+' ]
@@ -45,7 +46,6 @@ else
TEMPLATES_DYN="$TEMPLATES"
fi
-# CODE:
cd $TPLS
gen_news()