News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

Smf SSI Portal responsive bootstrap html5 test

Started by Snrj, January 10, 2017, 02:23:55 PM

Previous topic - Next topic

Snrj

Extract the zip file and add it to the main directory

Download : http://smf.konusal.com/index.php?action=downloads;sa=view;down=92
Demo : http://smf.konusal.com/portal.php or  http://snrj.konusal.com/portal.php



menu link
Sources/Subs.php search
     $buttons = array(
         'home' => array(
            'title' => $txt['home'],
            'href' => $scripturl,
            'show' => true,
            'sub_buttons' => array(
            ),
         ),

after
'Portal' => array(
            'title' => 'Portal',
            'href' => 'http://smf.konusal.com/portal.php',
            'show' => true,
            'sub_buttons' => array(
            ),
         ),

Advertisement: