Jump to content
  • 0

FluxCP Sidebar


Valkis

Question


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  10
  • Reputation:   0
  • Joined:  05/11/12
  • Last Seen:  

i've been searching the forums and google for hours, as well as using as much logic as possible, yet i'm stuck with just one problem.

 

// These are the main menu items that should be displayed by themes.
	// They route to modules and actions.  Whether they are displayed or
	// not at any given time depends on the user's account group level and/or
	// their login status.
	'MenuItems' => array(
		'Main Menu'   => array(
			'Home'          => array('module' => 'main'),
			//'Forums'        => array('exturl' => 'http://www.fluxro.com/community'),
		),
		'Account'     => array(
			'Register'      => array('module' => 'account', 'action' => 'create'),
			'Login'         => array('module' => 'account', 'action' => 'login'),
			'Logout'        => array('module' => 'account', 'action' => 'logout'),
			'History'       => array('module' => 'history'),
			'My Account'    => array('module' => 'account', 'action' => 'view'),
		),
		'Donations'   => array(
			'Purchase'      => array('module' => 'purchase'),
			'Donate'        => array('module' => 'donate'),
		),
		'<img src="./themes/default/img/logo.bmp"/>'	=> array(

 

( <img src="./themes/default/img/logo.bmp"/> ) is where i've attempted to replace a text string ( with an image in the sidebar.

I've seen it done this way on several themes, and it works fine.

 

But now its come to me making my own theme from scratch, it seems i'm missing something. or i've not included something in a dependant file somewhere. The question is, What and where?!

 

Someone please give me a hand with this. I'm ripping my hair out trying to work it out >.<

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

×
×
  • Create New...