View Single Post
  #66  
Old 29th October 2014, 22:06
daffy's Avatar
daffy daffy is offline
Senior Member
 
Join Date: Mar 2009
United Kingdom
Posts: 550
Default
Quote:
Originally Posted by Marco View Post
Hello to all :)

i am extremly noob on css ...please tell me how to move flags from css :D
i wish to know where in css i have to modify directions

include/templates/THEME/header.php around line 127 depending on theme.

edit/remove

Code:
    if ($link && $link % 4 == 0)
        $dirlist .= '<br />';
    $dirlist .= '
    <a href="'.$BASEURL.'/set_language.php?language='.$language.'&redirect=yes"><img src="'.$BASEURL.'/include/languages/'.$language.'/flag/flag.gif" alt="'.$language.'" title="'.$language.'" width="32" height="20" border="0" /></a>&nbsp;';
    ++$link;
}
__________________
"FFS PPL READ GOD DAMMIT, WHAT AM I GOOGLE?"
"I Kill You!" simples


http://i.imgur.com/DtcRfH5.gif

I also Setup And Modify Trackers PM For Details
Reply With Quote
The Following User Says Thank You to daffy For This Useful Post:
Marco (10th December 2014)