Jump to content

rmon008

Members
  • Content Count

    35
  • Joined

  • Last visited


Reputation Activity

  1. Upvote
    rmon008 reacted to quesoph in Hercules FluxCp How to add buttons   
    Dont write anything in here
     
    fluxroot/modules/downloads/index.php
     
    <?php if (!defined('FLUX_ROOT')) exit;$title = "Downloads";?>  
    Use the one in
     
    fluxroot/themes/default/downloads/index.php
     
     
    <?php if (!defined('FLUX_ROOT')) exit; ?><a href="MyClientInstaller.com"> MyInstallerNameDownload</a>
  2. Upvote
    rmon008 reacted to quesoph in Hercules FluxCp How to add buttons   
    application.php
     
    'Downloads' => array(      'Installer' => array( 'module' => 'downloads'),    )  
     
    Download folders.
    flux.7z
  3. Upvote
    rmon008 reacted to Dastgir in Flux Control Panel for Hercules   
    config/application.php
     
    'ThemeName' => array('default', 'emphaino'),  change this to whichever themes you want. if want more themes, just put "," and proceed with name in inverted comma. If want less themes, just remove the name from here.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.