mirror of
				https://bitbucket.org/jsuto/piler.git
				synced 2025-10-31 07:22:26 +01:00 
			
		
		
		
	fixed branding stuff
This commit is contained in:
		| @@ -4,7 +4,7 @@ | ||||
|        <div class="navbar-inner"<?php if($settings['background_colour']) { ?> style="background: <?php print $settings['background_colour']; ?>;"<?php } ?>> | ||||
|  | ||||
|  | ||||
|        <a class="brand" target="_blank" href="<?php print $settings['branding_url']; ?>" title="<?php print $settings['branding_text']; ?>"><?php if($settings['branding_logo']) { ?><img src="/images/<?php print $settings['branding_logo']; ?>" alt="<?php print $settings['branding_text']; ?>" /><?php } ?></a> | ||||
|        <a class="brand"<?php if($settings['branding_url']) { ?> target="_blank" href="<?php print $settings['branding_url']; ?>" title="<?php print $settings['branding_text']; ?>"<?php } ?>><?php if($settings['branding_logo']) { ?><img src="<?php print $settings['branding_logo']; ?>" alt="<?php print $settings['branding_text']; ?>" /><?php } ?></a> | ||||
|  | ||||
|           <ul class="nav pull-left"> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user