Changeset 5815 in spip-zone
- Timestamp:
- Oct 1, 2006, 4:38:36 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/_test_/article_pdf/article_pdf.html
r5802 r5815 2 2 <?php 3 3 4 $path_pdf = sous_repertoire(_DIR_ IMG, "article_PDF");4 $path_pdf = sous_repertoire(_DIR_CACHE, "article_PDF"); 5 5 6 6 // Mode release => $debug=0 7 7 // Mode debug => $debug=1 (ne fonctionne pas sous Internet Explorer) 8 $debug= 1;8 $debug=0; 9 9 10 10 <B_principale> … … 26 26 27 27 $logo_site='[(#LOGO_SITE_SPIP|extraire_attribut{src}|texte_script)]'; 28 [$logo_fichier='(#LOGO_ARTICLE_RUBRIQUE| texte_script|extraire_attribut{src})';]28 [$logo_fichier='(#LOGO_ARTICLE_RUBRIQUE|extraire_attribut{src}|texte_script)';] 29 29 //[$logo_fichier="(#LOGO_ARTICLE_RUBRIQUE|extraire_attribut{src})";] 30 30 //[$logo_lien="(#URL_ARTICLE)";] … … 55 55 $file_out = $path_pdf . $files_pdf ; 56 56 57 // unlink($file_out);// DEBUG58 57 if (file_exists($file_out)) 59 58 {
Note: See TracChangeset
for help on using the changeset viewer.