* @access public
* @static
*/
- function Seccion($seccion, $configuracion) // ~X2C
+ function Seccion($seccion, $configuracion)// ~X2C
{
if (array_key_exists('nombre',$seccion)) {
$this->_nombre = $seccion['nombre'];
* @return string
* @access public
*/
- function toHtml($link_sel) // ~X2C
+ function toHtml($link_sel)// ~X2C
{
if (isset($_SESSION['deshabilitar_links']) && $_SESSION['deshabilitar_links']) {
$link_start = '';
}
if ($this->verifSeccionSeleccionada($link_sel)) {
- $sec = $link_start."<img name=\"".$this->_nombre."\" src=\"".$this->_imagen->_imgSelect."\" border=\"0\" alt=\"".$this->_imagen->_alt."\">".$link_end;
+ $sec = $link_start."<img name=\"".$this->_nombre."\" src=\"".$this->_imagen->_imgSelect."\" border=\"0\" alt=\"".$this->_nombre."\">".$link_end;
}
else {
- $sec = $link_start2."<img name=\"".$this->_nombre."\" src=\"".$this->_imagen->_imgComun."\" border=\"0\" alt=\"".$this->_imagen->_alt."\">".$link_end;
+ $sec = $link_start2."<img name=\"".$this->_nombre."\" src=\"".$this->_imagen->_imgComun."\" border=\"0\" alt=\"".$this->_nombre."\">".$link_end;
}
return $sec;
* @return void
* @access private
*/
- function _cargarHijos($hijos) // ~X2C
+ function _cargarHijos($hijos)// ~X2C
{
if ($this->_tipoMenu == 'vertical'){
$tmp = new MenuVertical($this->_configuracion);
* @return void
* @access private
*/
- function _desSerializarArraySecciones() // ~X2C
+ function _desSerializarArraySecciones()// ~X2C
{
$file_cache = strtr($this->_configuracion['directorios']['root'],'/','_');
$tmp = $this->_configuracion['directorios_fs']['cache'].'/'.ARRAYSECCIONES_SERIALIZADO.'_'.$file_cache;
* @return int
* @access public
*/
- function verifSeccionSeleccionada($link_sel) // ~X2C
+ function verifSeccionSeleccionada($link_sel)// ~X2C
{
$tmp = $this->_desSerializarArraySecciones();
$retorno = 0;
* @return string
* @access public
*/
- function toHtmlVertical($link_sel, $ultimo = false) // ~X2C
+ function toHtmlVertical($link_sel, $ultimo = false)// ~X2C
{
$style = "text-decoration:none";
} // -X2C Class :Seccion
-?>
+?>
\ No newline at end of file