config/initializers/ram.rb in lato_view-1.1 vs config/initializers/ram.rb in lato_view-1.1.3
- old
+ new
@@ -1,23 +1,11 @@
include LatoCore::Interface
include LatoView::Interface
-# Insieme di variabili globali che mantengono dati altrimenti
-# memorizzati in file yaml.
-# Solitamente contengono la lettura del file di configurazione.
-# Cambiare l'ordine in cui sono inserite potrebbe compromettere il corretto
-# funzionamento del modulo.
+# This function contain important data for the view module.
-# DETERMINO LISTA ASSETS CUSTOM
-
VIEW_LATOASSETS = view_getLatoAssetsItems
VIEW_APPASSETS = view_getApplicationsAssetsItems
-
-# DETERMINO URL IMMAGINE LOGO
-
VIEW_APPLOGO = view_getApplicationLogo
VIEW_SIDEBARLOGO = view_getSidebarLogo
VIEW_LOGINLOGO = view_getLoginLogo
-
-# DETERMINO NOME TEMPLATE UTILIZZATO
-
VIEW_CURRENTTEMPLATENAME = view_getCurrentTemplateName