diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Fonts/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Fonts/render.conf.sh
index 5d81dfb..3a9fa6c 100755
--- a/Scripts/Bash/Functions/Render/Config/Identity/Fonts/render.conf.sh
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Fonts/render.conf.sh
@@ -30,7 +30,4 @@ function render_loadConfig {
     ACTIONS[0]='BASE:renderImage'
     ACTIONS[1]='POST:renderFormats: jpg pdf'
 
-    # Define matching list.
-    MATCHINGLIST="fonts.svg"
-
 }
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Models/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Models/render.conf.sh
index 917584e..1498be0 100755
--- a/Scripts/Bash/Functions/Render/Config/Identity/Models/render.conf.sh
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Models/render.conf.sh
@@ -30,7 +30,4 @@ function render_loadConfig {
     ACTIONS[0]='BASE:renderImage'
     ACTIONS[1]='POST:renderFormats: pdf jpg'
 
-    # Define matching list.
-    MATCHINGLIST=''
-
 }
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Backgrounds/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Backgrounds/render.conf.sh
index ac52cd0..d94e0ab 100755
--- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Backgrounds/render.conf.sh
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Backgrounds/render.conf.sh
@@ -31,7 +31,4 @@ function render_loadConfig {
     ACTIONS[1]='POST:renderFormats: jpg'
     ACTIONS[2]='POST:groupByType: png jpg'
 
-    # Define matching list.
-    MATCHINGLIST=''
-
 }
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Concept/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Concept/render.conf.sh
index 7e075eb..3f642fa 100755
--- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Concept/render.conf.sh
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Concept/render.conf.sh
@@ -30,7 +30,4 @@ function render_loadConfig {
     ACTIONS[0]='BASE:renderImage'
     ACTIONS[1]='POST:renderFormats: jpg pdf'
 
-    # Define matching list.
-    MATCHINGLIST=''
-
 }
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Header/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Header/render.conf.sh
index 4588481..7ed0b27 100755
--- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Header/render.conf.sh
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Header/render.conf.sh
@@ -29,9 +29,6 @@ function render_loadConfig {
     # Define rendition actions.
     ACTIONS[0]='BASE:renderImage'
 
-    # Define matching list.
-    MATCHINGLIST=''
-
     # Deifne theme model.
     #THEMEMODEL='Default'
 
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/render.conf.sh
index 66d555a..8f7b189 100755
--- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/render.conf.sh
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/render.conf.sh
@@ -29,28 +29,6 @@ function render_loadConfig {
     # Define rendition actions.
     ACTIONS[0]='BASE:renderImage'
 
-    # Define matching list between design models and translation
-    # files.
-    MATCHINGLIST="\
-    first-lowres.svg:\
-       first-lowres.png.sh\
-        progress_first-lowres.png.sh
-    first.svg:\
-        first.png.sh\
-        progress_first.png.sh
-    paragraph.svg:\
-        01-welcome.png.sh\
-        02-donate.png.sh\
-        03-yum.png.sh\
-        04-repos.png.sh\
-        05-centosplus.png.sh\
-        06-support.png.sh\
-        08-wiki.png.sh\
-        09-virtualization.png.sh
-    list.svg:\
-        07-docs.png.sh
-        "
-
     # Deifne theme model.
     #THEMEMODEL='Default'
 
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Prompt/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Prompt/render.conf.sh
index cbbfbae..d0a5781 100755
--- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Prompt/render.conf.sh
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Prompt/render.conf.sh
@@ -31,9 +31,6 @@ function render_loadConfig {
     ACTIONS[1]='POST:renderSyslinux:'
     ACTIONS[2]='POST:renderSyslinux:-floyd'
 
-    # Define matching list.
-    MATCHINGLIST=''
-
     # Deifne theme model.
     #THEMEMODEL='Default'
 
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Splash/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Splash/render.conf.sh
index edea7c3..3878d87 100755
--- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Splash/render.conf.sh
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Splash/render.conf.sh
@@ -29,9 +29,6 @@ function render_loadConfig {
     # Define rendition actions.
     ACTIONS[0]='BASE:renderImage'
 
-    # Define matching list.
-    MATCHINGLIST=''
-
     # Deifne theme model.
     #THEMEMODEL='Default'
 
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/Firstboot/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/Firstboot/render.conf.sh
index 7d06ba3..a734a63 100755
--- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/Firstboot/render.conf.sh
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/Firstboot/render.conf.sh
@@ -29,9 +29,6 @@ function render_loadConfig {
     # Define rendition actions.
     ACTIONS[0]='BASE:renderImage'
 
-    # Define matching list.
-    MATCHINGLIST=''
-
     # Deifne theme model.
     #THEMEMODEL='Default'
 
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/GDM/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/GDM/render.conf.sh
index 96cd971..01f85db 100755
--- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/GDM/render.conf.sh
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/GDM/render.conf.sh
@@ -31,9 +31,6 @@ function render_loadConfig {
     ACTIONS[1]="LAST:renderDm:GDM:800x600 1024x768 1280x1024 1360x768 \
         1680x1050 2048x1536 2560x960 2560x1240 3271x1227"
 
-    # Define matching list.
-    #MATCHINGLIST=''
-
     # Deifne theme model.
     #THEMEMODEL='Default'
 
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/GRUB/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/GRUB/render.conf.sh
index 48de234..d159173 100755
--- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/GRUB/render.conf.sh
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/GRUB/render.conf.sh
@@ -31,9 +31,6 @@ function render_loadConfig {
     ACTIONS[1]='POST:renderGrub:'
     ACTIONS[2]='POST:renderGrub:-floyd'
 
-    # Define matching list.
-    #MATCHINGLIST=''
-
     # Deifne theme model.
     #THEMEMODEL='Default'
 
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/GSplash/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/GSplash/render.conf.sh
index de14ff2..558a269 100755
--- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/GSplash/render.conf.sh
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/GSplash/render.conf.sh
@@ -29,9 +29,6 @@ function render_loadConfig {
     # Define rendition actions.
     ACTIONS[0]='BASE:renderImage'
 
-    # Define matching list.
-    MATCHINGLIST=''
-
     # Deifne theme model.
     #THEMEMODEL='Default'
 
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/KDM/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/KDM/render.conf.sh
index 1039596..acac436 100755
--- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/KDM/render.conf.sh
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/KDM/render.conf.sh
@@ -31,9 +31,6 @@ function render_loadConfig {
     ACTIONS[1]="LAST:renderDm:KDM:800x600 1024x768 1280x1024 1360x768 \
         1680x1050 2048x1536 2560x960 2560x1240 3271x1227"
 
-    # Define matching list.
-    MATCHINGLIST=''
-
     # Deifne theme model.
     #THEMEMODEL='Default'
 
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/KSplash/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/KSplash/render.conf.sh
index d617001..007cc49 100755
--- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/KSplash/render.conf.sh
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/KSplash/render.conf.sh
@@ -30,9 +30,6 @@ function render_loadConfig {
     ACTIONS[0]='BASE:renderImage'
     ACTIONS[1]='LAST:renderKSplash'
 
-    # Define matching list.
-    MATCHINGLIST=''
-
     # Deifne theme model.
     #THEMEMODEL='Default'
 
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/RHGB/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/RHGB/render.conf.sh
index 5c3e564..8d28940 100755
--- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/RHGB/render.conf.sh
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/RHGB/render.conf.sh
@@ -29,9 +29,6 @@ function render_loadConfig {
     # Define rendition actions.
     ACTIONS[0]='BASE:renderImage'
 
-    # Define matching list.
-    MATCHINGLIST=''
-
     # Deifne theme model.
     #THEMEMODEL='Default'
 
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/rebrand-icon-themes.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/rebrand-icon-themes.sh
index 2783312..9144bed 100755
--- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/rebrand-icon-themes.sh
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/rebrand-icon-themes.sh
@@ -79,7 +79,7 @@ for FILE in $FILES;do
    done
 done
 
-# SVG Files.
+# TEMPLATE Files.
 cp -v $SRC_LOGOS/Tpl/centos/symbols/kmenu.svgz \
    /usr/share/icons/crystalsvg/scalable/apps/kmenu.svgz
 
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Promo/Releases/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Promo/Releases/render.conf.sh
index 3c243ae..29bf918 100755
--- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Promo/Releases/render.conf.sh
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Promo/Releases/render.conf.sh
@@ -29,9 +29,6 @@ function render_loadConfig {
     # Define rendition actions.
     ACTIONS[0]='BASE:renderImage'
 
-    # Define matching list.
-    MATCHINGLIST="release.svg"
-
     # Deifne theme model.
     #THEMEMODEL='Default'
 
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Promo/Stationery/Media/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Promo/Stationery/Media/render.conf.sh
index 69076ad..d47df5d 100755
--- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Promo/Stationery/Media/render.conf.sh
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Promo/Stationery/Media/render.conf.sh
@@ -29,22 +29,6 @@ function render_loadConfig {
     # Define rendition actions.
     ACTIONS[0]='BASE:renderImage'
 
-    # Define matching list.
-    MATCHINGLIST="\
-    label-cd.svg: \
-        label-installcd1.png.sh label-installcd2.png.sh\
-        label-installcd3.png.sh label-installcd4.png.sh\
-        label-installcd5.png.sh label-installcd6.png.sh\
-        label-installdvd.png.sh label-livecd.png.sh\
-        label-livedvd.png.sh
-    sleeve-cd.svg: \
-        sleeve-installcd1.png.sh sleeve-installcd2.png.sh\
-        sleeve-installcd3.png.sh sleeve-installcd4.png.sh\
-        sleeve-installcd5.png.sh sleeve-installcd6.png.sh\
-        sleeve-installdvd.png.sh sleeve-livecd.png.sh\
-        sleeve-livedvd.png.sh
-        "
-
     # Deifne theme model.
     #THEMEMODEL='Default'
 
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Promo/Stationery/Posters/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Promo/Stationery/Posters/render.conf.sh
index c31cf3e..4254f11 100755
--- a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Promo/Stationery/Posters/render.conf.sh
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Promo/Stationery/Posters/render.conf.sh
@@ -30,9 +30,6 @@ function render_loadConfig {
     ACTIONS[0]='BASE:renderImage'
     ACTIONS[1]='POST:renderFormats: pdf jpg'
 
-    # Define matching list.
-    MATCHINGLIST=""
-
     # Deifne theme model.
     #THEMEMODEL='Default'
 
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Widgets/render.conf.sh b/Scripts/Bash/Functions/Render/Config/Identity/Widgets/render.conf.sh
index 213dfd1..44a2c96 100755
--- a/Scripts/Bash/Functions/Render/Config/Identity/Widgets/render.conf.sh
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Widgets/render.conf.sh
@@ -29,6 +29,4 @@ function render_loadConfig {
     # Define rendition actions.
     ACTIONS[0]='BASE:renderImage'
 
-    # Define matching list.
-    #MATCHINGLIST=""
 }