dd00cb Update render.sh.

Authored and Committed by areguera 13 years ago
    Update render.sh.
    
        
Scripts/Functions/Render/render.sh CHANGED
@@ -97,6 +97,8 @@ function render {
97
97
ACTIONNAM="${FUNCNAME}_doThemeActions"
98
98
elif [[ $ACTIONVAL =~ "^$(cli_getRepoTLDir)/Identity/Images" ]];then
99
99
ACTIONNAM="${FUNCNAME}_doBaseActions"
100
+ elif [[ $ACTIONVAL =~ "^$(cli_getRepoTLDir)/Manual" ]];then
101
+ ACTIONNAM="${FUNCNAME}_doBaseActions"
100
102
else
101
103
cli_printMessage "`gettext "The path provided do not support rendition."`" --as-error-line
102
104
fi