summaryrefslogtreecommitdiffstats
path: root/application/modules/fbgui/views/scripts/index
diff options
context:
space:
mode:
Diffstat (limited to 'application/modules/fbgui/views/scripts/index')
-rw-r--r--application/modules/fbgui/views/scripts/index/index.phtml2
-rw-r--r--application/modules/fbgui/views/scripts/index/start.phtml0
2 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/fbgui/views/scripts/index/index.phtml b/application/modules/fbgui/views/scripts/index/index.phtml
index 2e93bda..b2b813d 100644
--- a/application/modules/fbgui/views/scripts/index/index.phtml
+++ b/application/modules/fbgui/views/scripts/index/index.phtml
@@ -3,7 +3,7 @@
<tr>
<td><?php echo $entry->getID();?></td>
<td><?php echo $entry->getTitle();?></td>
- <td>take this</td>
+ <td><a href='/fbgui/index/start/bme/<?php echo $entry->getID();?>'>take this</td>
</tr>
<?php endforeach; ?>
</table>
diff --git a/application/modules/fbgui/views/scripts/index/start.phtml b/application/modules/fbgui/views/scripts/index/start.phtml
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/application/modules/fbgui/views/scripts/index/start.phtml