summaryrefslogtreecommitdiff
path: root/pages/menu.ecpp
blob: 3d46df4c53db02927cada52cf4626543003265da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<%pre>
#include <vdr/plugin.h>
#include <vdr/config.h>
</%pre>
<div class="menu">
				<a href="whats_on.html?type=now"><$ tr("What's on now?") $></a><br/>
				<a href="whats_on.html?type=next"><$ tr("What's on next?") $></a><br/>
				<a href="schedule.html"><$ tr("Schedule") $></a><br />
				<a href="timers.html"><$ tr("Timers") $></a><br />
				<a href="recordings.html"><$ tr("Recordings") $></a><br />
				<a href="remote.html"><$ tr("Remote Control") $></a>
			</div>