Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Questions and Supports (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=18)
-   -   Links (http://www.mysidiaadoptables.com/forum/showthread.php?t=680)

SJC 04-17-2009 06:37 PM

Links
 
Is there a way to remove the <li> tags from the main links? I dont have a top menu so I put it in the side bar, I looked in functions.php there were only :SIDEFEED: and the Admin CP links.

BMR777 04-17-2009 06:45 PM

RE: Links
 
This is the new release, correct? If yes, then the links are in functions.php. Look at the getlinks() function, mainly this line:

PHP Code:

$links $links."<li><a href='".$linkurl."'>".$linktext."</a></li>"

To remove the line breaks, replace with:

PHP Code:

$links $links."<a href='".$linkurl."'>".$linktext."</a>"

:)

Brandon

SJC 04-17-2009 06:46 PM

RE: Links
 
Oh I looked all over for it, thanks :).


All times are GMT -5. The time now is 12:28 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.