You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "<h3>5. Les Feuilles de Style CSS ($nbcss)</h3><br>" >> tmp/spip/page-$1-$h.php
echo "<p><img src="../go-up.png" alt="retour sommaire" title="Retour au sommaire" />[Retour au sommaire->#sommaire]</p>" >> tmp/spip/page-$1-$h.php
if [ "${nbcss:-0}" = "0" ];
then echo "<font color="red">Pas de fichiers CSS dans ce plugin</font>" >> tmp/spip/page-$1-$h.php
else
echo "<?php">> tmp/spip/page-$1-$h.php
while read line
do
echo "echo '<p>[#$line<-]$line - [Retour à la liste des répertoires et fichiers->#tree] - [Retour à la liste des fonctions->#fFCT]</p>';" >> tmp/spip/page-$1-$h.php