diff options
| author | Robert Hak <adiamas@rockbox.org> | 2002-08-13 06:26:14 +0000 |
|---|---|---|
| committer | Robert Hak <adiamas@rockbox.org> | 2002-08-13 06:26:14 +0000 |
| commit | 80b5edc9bcf10a8b37cbe2969e42685e99f138a3 (patch) | |
| tree | 6d9b98f3a143f0aa1c653ac91d2205c84c21baf2 | |
| parent | d385279e1eb3955911ff495235c330e68143b5b9 (diff) | |
| download | rockbox-80b5edc9bcf10a8b37cbe2969e42685e99f138a3.zip rockbox-80b5edc9bcf10a8b37cbe2969e42685e99f138a3.tar.gz rockbox-80b5edc9bcf10a8b37cbe2969e42685e99f138a3.tar.bz2 rockbox-80b5edc9bcf10a8b37cbe2969e42685e99f138a3.tar.xz | |
we were footless
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1694 a1c6a512-1295-4272-9138-f99709370657
| -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 |