gsuez / master-bootstrap-3

Joomla 3.x Template with Bootstrap 3
https://www.masterbootstrap.com/
142 stars 90 forks source link

params.php #9

Closed razzda closed 8 years ago

razzda commented 9 years ago

In line 23 of params.php, why do you:

$doc->addScript('templates/'.$this->template.'/js/dropdown.js');

when all the dropdown code already is available in bootstrap js library?

razzda commented 9 years ago

Additionally:

$app = JFactory::getApplication();
$doc = JFactory::getDocument();

is called twice?

wallstudios commented 9 years ago

In params.php there are some references to files that are not included in the package. $doc->addStyleSheet('templates/'.$this->template.'/css/icons.css'); if ($loadJquery==1) $doc->addScript($tpath.'/js/jquery-2.1.1.min.js'); if ($loadJquery==1) $doc->addScript($tpath.'/js/jquery-noconflict.js'); if ($loadJquery==1) $doc->addScript($tpath.'/js/jquery-migrate.min.js');

gsuez commented 9 years ago

Hi pals, take a look a the new version for Master Bootstrap. Let me know any news. Regards

gsuez commented 8 years ago

we haven't received the required feedback