clean up templates still using identity-new
This commit is contained in:
@@ -41,7 +41,7 @@ init script:
|
||||
alternate_template := {
|
||||
if input == "c" then "a" else input
|
||||
}
|
||||
template_prefix := [card: "" pt: "" identity: "/magic-identity-new.mse-include/"]
|
||||
template_prefix := [card: "" pt: "" identity: "/magic-modules.mse-include/indicators/"]
|
||||
template_suffix := [card: "card.jpg" pt: "pt.jpg", identity: "identity.png"]
|
||||
template := { template_prefix[type] + alternate_template() + template_suffix[type] }
|
||||
land_template := { template_prefix[type] + alternate_template() + template_suffix[type] }
|
||||
|
||||
Reference in New Issue
Block a user