$this->resultado[] = $this->_tabla;
if ($menu) {
- $MENUVERTICAL = new HTML_Table ('width="760" align="left"');
+ $MENUVERTICAL = new HTML_Table ('width="760"');
$cuerpo = '';
if (is_array($body)) {
if ($this->_configuracion['espacios']) {
str_repeat('-', 108),
'border="0" align="center"');
if ($menu) {
- $MENUVERTICAL = new HTML_Table ('width="760" align="left"');
+ $MENUVERTICAL = new HTML_Table ('width="760"');
$cuerpo = '';
if (is_array($body)) {
if ($this->_configuracion['espacios']) {
//Si hay un menu vertical lo tengo en cuenta, sino tiro el contenido
//directamente
if ($body['menuVertical']) {
- $MENUVERTICAL = new HTML_Table ('width="760" align="left"');
+ $MENUVERTICAL = new HTML_Table ('width="760"');
$cuerpo = '';
if (is_array($body['body'])) {
if ($this->_configuracion['espacios']) {
}
if ($menu) {
- $MENUVERTICAL = new HTML_Table ('width="608" align="left"
+ $MENUVERTICAL = new HTML_Table ('width="608"
bgcolor="#FFFFFF"');
$MENUVERTICAL->addRow(array($menu, $cuerpo),
'valign="top"');