SoNiC pisze:
w jaki sposob dostepne przez lmsa? mozesz wyjasnic
Witam
Mam moduł: <?php require_once(LIB_DIR.'/Sysinfo.class.php'); @include(LIB_DIR.'/locale/'.$_language.'/fortunes.php');
$SMARTY->assign('id', $id); $SMARTY->display('stats.html');
?>
Do tego szablon: {include file="header.html"} <H1>eBOK </H1> {if $id=='w1'}{include file="../mrtg/stat1.html"}{/if} {if $id=='w2'}{include file="../mrtg/stat2.html"}{/if} {if $id=='w3'}{include file="../mrtg/stat3.html"}{/if} {if $id=='w4'}{include file="../mrtg/stat4.html"}{/if} {if $id=='w5'}{include file="../mrtg/stat5.html"}{/if} {if $id=='i1'}{include file="../mrtg/stat6.html"}{/if} {if $id=='i2'}{include file="../mrtg/stat7.html"}{/if}
{include file="footer.html"}
A w menu LMSa dodane linki: ?m=stats&id=w1 ?m=stats&id=w2 itd.
Jeżeli korzysta się z wygenerowanych automatycznie plików w mrtg to trzeba pousuwać znaki, które w smarty są zastrzeżone.
Pozdrawiam