uawdijnntqw1x1x1
IP : 216.73.216.6
Hostname : ps-hcp-gr-004.pouyasazan.org
Kernel : Linux ps-hcp-gr-004.pouyasazan.org 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64
Disable Function : exec,system,passthru,shell_exec,proc_open,proc_close,popen,pcntl_exec,dl,show_source
OS : Linux
PATH:
/
home
/
hsabaeej
/
public_html
/
ca4f2
/
..
/
modules
/
mod_maximenuck
/
tmpl
/
fullwidth.php
/
/
<?php /** * @copyright Copyright (C) 2011 Cedric KEIFLIN alias ced1870 * http://www.joomlack.fr * Module Maximenu CK * @license GNU/GPL * */ // no direct access defined('_JEXEC') or die('Restricted access'); //$tmpitem = reset($items); //$columnstylesbegin = isset($tmpitem->columnwidth) ? ' style="width:' . $tmpitem->columnwidth . 'px;float:left;"' : ''; $close = '<span class="maxiclose">' . JText::_('MAXICLOSE') . '</span>'; $orientation_class = ( $params->get('orientation', 'horizontal') == 'vertical' ) ? 'maximenuckv' : 'maximenuckh'; $maximenufixedclass = ($params->get('menuposition', '0') == 'bottomfixed') ? ' maximenufixed' : ''; $start = (int) $params->get('startLevel'); $direction = $langdirection == 'rtl' ? 'right' : 'left'; ?> <!-- debut Maximenu CK, par cedric keiflin --> <div class="<?php echo $orientation_class . ' ' . $langdirection ?><?php echo $maximenufixedclass ?>" id="<?php echo $params->get('menuid', 'maximenuck'); ?>" style="z-index:<?php echo $params->get('zindexlevel', '10'); ?>;"> <div class="maxiroundedleft"></div> <div class="maxiroundedcenter"> <ul class="<?php echo $params->get('moduleclass_sfx'); ?> maximenuck" style="position:relative;" > <?php if ($logoimage) { $logoheight = $logoheight ? ' height="' . $logoheight . '"' : ''; $logowidth = $logowidth ? ' width="' . $logowidth . '"' : ''; $logofloat = ($params->get('orientation', 'horizontal') == 'vertical') ? '' : 'float: ' . $params->get('logoposition', 'left') . ';'; $styles = 'style="' . $logofloat . 'margin: ' . $params->get('logomargintop', '0') . 'px ' . $params->get('logomarginright', '0') . 'px ' . $params->get('logomarginbottom', '0') . 'px ' . $params->get('logomarginleft', '0') . 'px' . '"'; $logolinkstart = $logolink ? '<a href="' . JRoute::_($logolink) . '" style="margin-bottom: 0 !important;margin-left: 0 !important;margin-right: 0 !important;margin-top: 0 !important;padding-bottom: 0 !important;padding-left: 0 !important;padding-right: 0 !important;padding-top: 0 !important;background: none !important;">' : ''; $logolinkend = $logolink ? '</a>' : ''; ?> <li class="maximenucklogo" style="margin-bottom: 0 !important;margin-left: 0 !important;margin-right: 0 !important;margin-top: 0 !important;"> <?php echo $logolinkstart ?><img src="<?php echo $logoimage ?>" alt="<?php echo $params->get('logoalt', '') ?>" <?php echo $logowidth . $logoheight . $styles ?> /><?php echo $logolinkend ?> </li> <?php } ?> <?php if ($params->get('maximenumobile_enable') === '1') { echo '<label for="' . $params->get('menuid', 'maximenuck') . '-maximenumobiletogglerck" class="maximenumobiletogglericonck" style="display:none;">≡</label>' . '<input id="' . $params->get('menuid', 'maximenuck') . '-maximenumobiletogglerck" class="maximenumobiletogglerck" type="checkbox" style="display:none;"/>'; } ?> <?php $zindex = 12000; foreach ($items as $i => &$item) { $item->mobile_data = isset($item->mobile_data) ? $item->mobile_data : ''; // test if need to be dropdown // $stopdropdown = ($item->level > 120) ? '-nodrop' : ''; $itemlevel = ($start > 1) ? $item->level - $start + 1 : $item->level; $stopdropdown = $params->get('stopdropdownlevel', '0'); $stopdropdownclass = ( $item->level > 1 && $item->level > $start) ? ' nodropdown' : ''; if ($item->level > $start) { $item->classe = str_replace('parent', '', $item->classe); } $createnewrow = (isset($item->createnewrow) AND $item->createnewrow) ? '<div style="clear:both;"></div>' : ''; $columnstyles = isset($item->columnwidth) ? ' style="width:' . modMaximenuckHelper::testUnit($item->columnwidth) . ';float:left;"' : ''; $nextcolumnstyles = isset($item->nextcolumnwidth) ? ' style="width:' . modMaximenuckHelper::testUnit($item->nextcolumnwidth) . ';float:left;"' : ''; if (isset($item->colonne) AND (isset($previous) AND !$previous->deeper)) { echo '</ul><div class="clr"></div></div>' . $createnewrow . '<div class="maximenuck2" ' . $columnstyles . '><ul class="maximenuck2">'; } if (isset($item->content) AND $item->content) { echo '<li data-level="' . $itemlevel . '" class="maximenuck maximenuckmodule' . $stopdropdownclass . $item->classe . ' level' . $itemlevel . ' ' . $item->liclass . '" ' . $item->mobile_data . '>' . $item->content; $item->ftitle = ''; } if ($item->ftitle != "") { $title = $item->anchor_title ? ' title="' . $item->anchor_title . '"' : ''; $description = $item->desc ? '<span class="descck">' . $item->desc . '</span>' : ''; // manage HTML encapsulation $classcoltitle = $item->params->get('maximenu_classcoltitle', '') ? ' class="' . $item->params->get('maximenu_classcoltitle', '') . '"' : ''; $opentag = (isset($item->tagcoltitle) AND $item->tagcoltitle != 'none') ? '<' . $item->tagcoltitle . $classcoltitle . '>' : ''; $closetag = (isset($item->tagcoltitle) AND $item->tagcoltitle != 'none') ? '</' . $item->tagcoltitle . '>' : ''; // manage image require dirname(__FILE__) . '/_image.php'; echo '<li data-level="' . $itemlevel . '" class="maximenuck' . $stopdropdownclass . $item->classe . ' level' . $itemlevel . ' ' . $item->liclass . ' fullwidth" style="z-index : ' . $zindex . ';position:static;" ' . $item->mobile_data . '>'; require dirname(__FILE__) . '/_itemtype.php'; } if ($item->deeper) { // set the styles for the submenus container $item->styles = "style=\""; $item->innerstyles = "style=\""; if ( $item->level == $start && $params->get('orientation', 'horizontal') == 'horizontal' ) { $item->styles .= "position:absolute;left:0;right:0;"; $item->innerstyles .= "width:auto;"; } else if ( $item->level == $start && $params->get('orientation', 'horizontal') == 'vertical' ) { $item->styles .= "position:absolute;left:100%;top:0;bottom:0;"; if (isset($item->submenuswidth)) $item->innerstyles .= "width:" . modMaximenuckHelper::testUnit($item->submenuswidth) . ";"; } else { $item->styles .= "position:static;display:block;height:auto;"; if (isset($item->submenuswidth)) { $item->innerstyles .= "width:" . modMaximenuckHelper::testUnit($item->submenuswidth) . ";"; } else { $item->innerstyles .= "width:auto;"; } } if (isset($item->submenuswidth) || $item->leftmargin || $item->topmargin || $item->colbgcolor || isset($item->submenucontainerheight)) { if ($item->leftmargin) $item->styles .= "margin-".$direction.":" . modMaximenuckHelper::testUnit($item->leftmargin) . ";"; if ($item->topmargin) $item->styles .= "margin-top:" . modMaximenuckHelper::testUnit($item->topmargin) . ";"; // if (isset($item->submenuswidth)) // $item->innerstyles .= "width:" . modMaximenuckHelper::testUnit($item->submenuswidth) . ";"; if (isset($item->colbgcolor) && $item->colbgcolor) $item->styles .= "background:" . $item->colbgcolor . ";"; if (isset($item->submenucontainerheight) && $item->submenucontainerheight) $item->innerstyles .= "height:" . modMaximenuckHelper::testUnit($item->submenucontainerheight) . ";"; } $item->styles .= "\""; $item->innerstyles .= "\""; echo "\n\t<div class=\"floatck\" " . $item->styles . ">" . ( ($params->get('behavior', 'mouseover') == 'clickclose' || stristr($item->liclass, 'clickclose') != false) ? $close : '' ) . "<div class=\"maxidrop-top\"><div class=\"maxidrop-top2\"></div></div><div class=\"maxidrop-main\" " . $item->innerstyles . "><div class=\"maxidrop-main2\"><div class=\"maximenuck2 first \" " . $nextcolumnstyles . ">\n\t<ul class=\"maximenuck2\">"; // if (isset($item->coltitle)) // echo $item->coltitle; } // The next item is shallower. elseif ($item->shallower) { echo "\n\t</li>"; echo str_repeat("\n\t</ul>\n\t<div class=\"clr\"></div></div><div class=\"clr\"></div></div></div><div class=\"maxidrop-bottom\"><div class=\"maxidrop-bottom2\"></div></div></div>\n\t</li>", $item->level_diff); } // the item is the last. elseif ($item->is_end) { echo str_repeat("</li>\n\t</ul>\n\t<div class=\"clr\"></div></div><div class=\"clr\"></div></div></div><div class=\"maxidrop-bottom\"><div class=\"maxidrop-bottom2\"></div></div></div>", $item->level_diff); echo "</li>"; } // The next item is on the same level. else { //if (!isset($item->colonne)) echo "\n\t\t</li>"; } $zindex--; $previous = $item; } ?> </ul> </div> <div class="maxiroundedright"></div> <div style="clear:both;"></div> </div> <!-- fin maximenuCK -->
/home/hsabaeej/public_html/ca4f2/../modules/mod_maximenuck/tmpl/fullwidth.php