Changeset 10029 in spip-zone
- Timestamp:
- Mar 1, 2007, 9:15:47 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/_test_/article_pdf/article_pdf_mes_options.php
r7046 r10029 1 1 <?php 2 function article_pdf_insertion_racourci($arg){3 $icone = find_in_path('img_pack/article_pdf.png');4 $url = generer_url_public('article_pdf',$arg);5 $code = "<a href='$url' title='Enregistrer au format PDF'><img src='$icone' width='24' height='24' alt='Creer un PDF' />Enregistrer au format PDF</a>";6 return $code;7 }8 2 function balise_ARTICLE_PDF_dist($p) { 9 3 if (!is_array($p->param))
Note: See TracChangeset
for help on using the changeset viewer.