diff options
| -rw-r--r-- | www/manual/play-dir.t | 2 | ||||
| -rw-r--r-- | www/manual/play-wps.t | 3 | ||||
| -rw-r--r-- | www/manual/rec-boot.t | 1 | ||||
| -rw-r--r-- | www/manual/rec-menu.t | 1 |
4 files changed, 7 insertions, 0 deletions
diff --git a/www/manual/play-dir.t b/www/manual/play-dir.t index 7508b35..55e8bb1 100644 --- a/www/manual/play-dir.t +++ b/www/manual/play-dir.t @@ -51,3 +51,5 @@ Buttons: Switches to the <a href="play-menu.html">main menu</a>. </td></tr> </table> + +#include "foot.t"
\ No newline at end of file diff --git a/www/manual/play-wps.t b/www/manual/play-wps.t index b84707a..4b20a91 100644 --- a/www/manual/play-wps.t +++ b/www/manual/play-wps.t @@ -24,3 +24,6 @@ Buttons: </td></tr> </table> + +#include "foot.t" + diff --git a/www/manual/rec-boot.t b/www/manual/rec-boot.t index 5dffb25..b5970df 100644 --- a/www/manual/rec-boot.t +++ b/www/manual/rec-boot.t @@ -8,3 +8,4 @@ the root (toplevel) directory of your Archos. <p> <img src="rec-boot.png" width=120 height=70 alt="Rockbox Logo"> +#include "foot.t"
\ No newline at end of file diff --git a/www/manual/rec-menu.t b/www/manual/rec-menu.t index e9996ac..831cd0c 100644 --- a/www/manual/rec-menu.t +++ b/www/manual/rec-menu.t @@ -36,3 +36,4 @@ Buttons: <tr><td>F1</td><td>Toggle back to the screen you came from when you arrived here, <a href="rec-wps.html">WPS</a> or <a href="rec-dir.html">dir browser</a></td></tr> </table> +#include "foot.t"
\ No newline at end of file |