slitaz-dev-tools rev 115

tazwikss: add init plugin method
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 11 11:31:17 2011 +0200 (2011-06-11)
parents fcfe68b6e70b
children 554d43dafb26
files tazwikiss/rootfs/var/www/wiki/index.sh
line diff
     1.1 --- a/tazwikiss/rootfs/var/www/wiki/index.sh	Sat Jun 11 11:12:29 2011 +0200
     1.2 +++ b/tazwikiss/rootfs/var/www/wiki/index.sh	Sat Jun 11 11:31:17 2011 +0200
     1.3 @@ -109,6 +109,7 @@
     1.4  
     1.5  # Ecrire les modifications, s'il y a lieu
     1.6  PAGE_txt="$PAGES_DIR$PAGE_TITLE.txt"
     1.7 +plugin_call_method "init" $PAGE_txt
     1.8  if [ -n "$content" ]; then	# content => page
     1.9  	if authentified; then
    1.10  		CR="$(echo -en '\r')"