Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

The Help menu

Asked Modified Viewed 1,565 times
K
Kvido
K
Kvido 10
Linux-Ubuntu 09.03.60, Linux/Ubuntu, PHP5, HTML5, Mozilla-Firefox 3.6.3, Opera 10.51, IE 8.0.6
https://www.nekecamweb.cz
  • Senior Member, joined since
  • Contributed 524 posts on the community forums.
  • Started 108 threads in the forums
  • Started this discussions
asked
Senior Member

Hello! I'm sorry, this is beyond ...

The themes / templates / render_includes
I have to insert this belt categories:

if (!defined("IN_FUSION")) {
    die("Access Denied");
}
use PHPFusion\BreadCrumbs;
include INFUSIONS."deluxe_dropdown_menu/menu.php";

function open_table($title = '') {
    static $opentable = '';
    if (empty($opentable)) {
        ob_start();
        opentable($title);
        $opentable = ob_get_contents();
        ob_end_clean();
        if (empty($opentable)) {
            $opentable = opentable($title);
        }
    }
    return $opentable;
}

function close_table($title = '') {
    static $closetable = '';
    if (empty($closetable)) {
        ob_start();
        closetable($title);
        $closetable = ob_get_contents();
        ob_end_clean();
        if (empty($closetable)) {
            $closetable = opentable($title);
        }
    }
    return $closetable;
}

-------
-------
The problem is that the display is off DOCTYPE uppermost.
How, then insert to the standard menu (under him, + style responsive), the blue belt category?
Edited by Kvido on 18-01-2017 18:04,
0 replies

2 posts

C
Chan
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,842 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
answered
Super Admin

Please zip up your deluxe dropdown menu here. I will guide you through.
0 replies
K
Kvido
K
Kvido 10
Linux-Ubuntu 09.03.60, Linux/Ubuntu, PHP5, HTML5, Mozilla-Firefox 3.6.3, Opera 10.51, IE 8.0.6
https://www.nekecamweb.cz
  • Senior Member, joined since
  • Contributed 524 posts on the community forums.
  • Started 108 threads in the forums
  • Started this discussions
answered
Senior Member

I I wrote it over a standard menu shown.
But another welcome your guidance. Sending the extracted zip folder.
Edited by Kvido on 21-01-2017 16:52,
Kvido attached the following file:
phpf_submenu_horizontal.png [No information available / 69 Downloads]
deluxe_dropdown_menu.zip [No information available / 134 Downloads]
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 2 posts
  • Votes 0 votes
  • Topic users 2 members

2 participants

K
K
Kvido 10
Linux-Ubuntu 09.03.60, Linux/Ubuntu, PHP5, HTML5, Mozilla-Firefox 3.6.3, Opera 10.51, IE 8.0.6
https://www.nekecamweb.cz
  • Senior Member, joined since
  • Contributed 524 posts on the community forums.
  • Started 108 threads in the forums
  • Started this discussions
C
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,842 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet