diff options
Diffstat (limited to 'templates/show_catalog_row.inc.php')
-rw-r--r-- | templates/show_catalog_row.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/show_catalog_row.inc.php b/templates/show_catalog_row.inc.php index 91310418..186829bb 100644 --- a/templates/show_catalog_row.inc.php +++ b/templates/show_catalog_row.inc.php @@ -18,6 +18,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +$web_path = Config::get('web_path'); ?> <td><?php echo $catalog->f_name_link; ?></td> <td><?php echo scrub_out($catalog->f_path); ?></td> |