Fix the buttons on the nature theme.
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
//define the link labels
|
//define the link labels
|
||||||
$v_link_label_edit = "<img src='".PROJECT_PATH."/themes/enhanced/images/icon_e.png' width='17' height='17' alt='edit' border='0'>";
|
$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/enhanced/images/icon_plus.png' width='17' height='17' border='0' alt='add'>";
|
$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/enhanced/images/icon_x.png' width='17' height='17' alt='delete' border='0'>";
|
$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/enhanced/images/icon_view.gif' width='17' height='17' border='0' alt='add'>";
|
$v_link_label_view = "<img src='".PROJECT_PATH."/themes/nature/images/icon_view.gif' width='17' height='17' border='0' alt='add'>";
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user