Groups
Groups
Sign in
Groups
Groups
surforce-library
Conversations
About
Send feedback
Help
[surforce-library commit] r41 - trunk/library/Zsurforce/Generic
0 views
Skip to first unread message
codesite...@google.com
unread,
Feb 5, 2009, 8:46:37 PM
2/5/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to surforce...@googlegroups.com
Author: enriqueplace
Date: Thu Feb 5 17:45:30 2009
New Revision: 41
Modified:
trunk/library/Zsurforce/Generic/Controller.php
Log:
Se agrega la posibilidad de decirle al controller genérico que agrege una
imágen como logo al template leyendo desde el config.ini
Modified: trunk/library/Zsurforce/Generic/Controller.php
==============================================================================
--- trunk/library/Zsurforce/Generic/Controller.php (original)
+++ trunk/library/Zsurforce/Generic/Controller.php Thu Feb 5 17:45:30 2009
@@ -49,6 +49,13 @@
}
/*
+ * Carga información para el layout (antes de las vistas)
+ */
+ $layout = Zend_Layout::getMvcInstance();
+ $layout->logo = $this->_config->layout->logo;
+
+
+ /*
* Carga información para las vistas del sistema
*/
$this->initView();
Reply all
Reply to author
Forward
0 new messages