diff --git a/install/view/welcome_view.php b/install/view/welcome_view.php
index a7c4b3b82add1644001260676b0ea0788c399c51..8d35db9bd104018b066dfea48d1e44761033d3be 100755
--- a/install/view/welcome_view.php
+++ b/install/view/welcome_view.php
@@ -43,6 +43,7 @@
         <?php
         $customList = array();
         foreach (glob('cs_*') as $customPath) {
+            $customPath = str_replace('cs_', '', $customPath);
             array_push($customList, $customPath);
             $thelist .= '<li>' . $customPath . '</a></li>';
         }