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