Help with super fish
Permalink<?php
defined('C5_EXECUTE') or die(_("Access Denied."));
class SuperfishPackage extends Package {
protected $pkgHandle = 'superfish';
protected $appVersionRequired = '5.3.1.1';
protected $pkgVersion = '0.1';
public function getPackageName() {
return t("Superfish");
}
public function getPackageDescription() {
return t("Create a drop-down navigation menu.");
}
public function install() {
$pkg = parent::install();
// install block
BlockType::installBlockTypeFromPackage('superfish', $pkg);
}
}
and change the required string and the version string now when i try and install it i get:
Fatal error: Cannot redeclare class SuperfishPackage in /mounted-storage/home115c/sub007/sc66353-ZWZK/rbari2/packages/superfish/controller.php on line 26
the /rbari2 is where concrete is installed line 26 is this } yea i didn't change anything on that line....

http://www.concrete5.org/community/forums/block_requests/jquery_dro...