2013-10-01 21:17:15 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
//define the link labels
|
2014-03-04 17:36:34 +01:00
|
|
|
$v_link_label_edit = "<img src='".PROJECT_PATH."/themes/nature/images/icon_e.png' width='17' height='17' alt='edit' border='0'>";
|
|
|
|
|
$v_link_label_add = "<img src='".PROJECT_PATH."/themes/nature/images/icon_plus.png' width='17' height='17' border='0' alt='add'>";
|
|
|
|
|
$v_link_label_delete = "<img src='".PROJECT_PATH."/themes/nature/images/icon_x.png' width='17' height='17' alt='delete' border='0'>";
|
|
|
|
|
$v_link_label_view = "<img src='".PROJECT_PATH."/themes/nature/images/icon_view.gif' width='17' height='17' border='0' alt='add'>";
|
2013-10-01 21:17:15 +02:00
|
|
|
|
|
|
|
|
?>
|