Add a nature theme that was the original enhanced theme before the backgrounds were removed.

This commit is contained in:
Mark Crane
2013-10-01 19:17:15 +00:00
parent d0f1a0b4b2
commit f104e50c42
27 changed files with 945 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
//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_add = "<img src='".PROJECT_PATH."/themes/enhanced/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_view = "<img src='".PROJECT_PATH."/themes/enhanced/images/icon_view.gif' width='17' height='17' border='0' alt='add'>";
?>