<?php /** * iLP System Template: Hilfe & FAQ (Backend) * * Autor: Florian "ApoY2k" Peschka * Projekt: iLP System * Paket: apoy2k.ilp.wrynn.lib.tpl * Lizenz: CreativeCommons (by-nc-sa) * Kontakt: hide@address.com * Version: 2.1.1 */ echo '<h1>'.$lang['help']['header']['officer'].'</h1> <fieldset> <legend><img src="../images/icons/help.png" alt="icon" /> <a name="howtoraid">'.$lang['help']['howtoraid']['header'].'</a></legend> <p> '.$lang['help']['howtoraid']['text'][0].' </p> <p> '.$lang['help']['howtoraid']['text'][1].' </p> <p> '.$lang['help']['howtoraid']['text'][2].' </p> <p> '.$lang['help']['howtoraid']['text'][3].' </p> <p> '.$lang['help']['howtoraid']['text'][4].' </p> <p> '.$lang['help']['howtoraid']['text'][5].' </p> <p> '.$lang['help']['howtoraid']['text'][6].' </p> </fieldset>'; ?>