Jump to content

Question

Posted

Hi,

Please help me to edit my fluxcp themes.

i want to remove the item mall and put the news and updates addons

i will upload here the main folder/ index.php and screen shot

thanks in advance!!

index.php

Untitled.png

4 answers to this question

Recommended Posts

  • 0
Posted (edited)
58 minutes ago, makuexile said:

Hi,

Please help me to edit my fluxcp themes.

i want to remove the item mall and put the news and updates addons

i will upload here the main folder/ index.php and screen shot

thanks in advance!!

 

index.php

Untitled.png

Remove this line:

	<div class="itemmall">
		<ul id="my-list">
			<?php foreach( $eADev['itemmall'] as $itemmall ): $mall = explode(",", $itemmall); ?>
				<li><img src="<?php echo $this->themePath("img/mall/{$mall[0]}") ?>" title="<?php echo "Name: {$mall[1]} <br/> Cost: {$mall[2]}"; ?>" /></li>
			<?php endforeach; ?>
		</ul>
	</div>

EDIT: As for news, no ideas.

Edited by Scylla
  • 0
Posted
1 hour ago, Scylla said:

Remove this line:


	<div class="itemmall">
		<ul id="my-list">
			<?php foreach( $eADev['itemmall'] as $itemmall ): $mall = explode(",", $itemmall); ?>
				<li><img src="<?php echo $this->themePath("img/mall/{$mall[0]}") ?>" title="<?php echo "Name: {$mall[1]} <br/> Cost: {$mall[2]}"; ?>" /></li>
			<?php endforeach; ?>
		</ul>
	</div>

EDIT: As for news, no ideas.

What code i will replace sir?

To apear the news and updates addons?

  • 0
Posted
8 hours ago, makuexile said:

What code i will replace sir?

To apear the news and updates addons?

which news and updates addons that you are going to use ?

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...