mirror of
				https://bitbucket.org/jsuto/piler.git
				synced 2025-10-31 18:12:26 +01:00 
			
		
		
		
	site logo is not prefixed with site_url parameter
Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
		| @@ -29,7 +29,7 @@ | ||||
| <?php if(!Registry::get('username')) { ?> | ||||
|  | ||||
|     <div id="logincontainer" class="container"> | ||||
|         <div id="logo-lg"><img src="<?php print SITE_URL; ?><?php print SITE_LOGO_LG; ?>" alt="Archive Logo Image" title="Login" /></div> | ||||
|         <div id="logo-lg"><img src="<?php print SITE_LOGO_LG; ?>" alt="Archive Logo Image" title="Login" /></div> | ||||
|  | ||||
|         <form name="login" action="index.php?route=login/foureyes" method="post" class="form-signin"> | ||||
|  | ||||
|   | ||||
| @@ -29,7 +29,7 @@ | ||||
|  | ||||
|  | ||||
|     <div id="logincontainer" class="container"> | ||||
|         <div id="logo-lg"><img src="<?php print SITE_URL; ?><?php print SITE_LOGO_LG; ?>" alt="Archive Logo Image" title="<?php print $text_login; ?>" /></div> | ||||
|         <div id="logo-lg"><img src="<?php print SITE_LOGO_LG; ?>" alt="Archive Logo Image" title="<?php print $text_login; ?>" /></div> | ||||
|  | ||||
|         <form name="login" action="index.php?route=login/ga" method="post" class="form-signin" autocomplete="off"> | ||||
|  | ||||
|   | ||||
| @@ -29,7 +29,7 @@ | ||||
| <?php if(!Registry::get('username')) { ?> | ||||
|  | ||||
|     <div id="logincontainer" class="container"> | ||||
|         <div id="logo-lg"><img src="<?php print SITE_URL; ?><?php print SITE_LOGO_LG; ?>" alt="Archive Logo Image" title="Login" /></div> | ||||
|         <div id="logo-lg"><img src="<?php print SITE_LOGO_LG; ?>" alt="Archive Logo Image" title="Login" /></div> | ||||
|  | ||||
|         <form name="login" action="login.php" method="post" class="form-signin"> | ||||
|  | ||||
|   | ||||
| @@ -33,7 +33,7 @@ | ||||
| <?php if(!Registry::get('username')) { ?> | ||||
|  | ||||
|     <div id="logincontainer" class="container"> | ||||
|         <div id="logo-lg"><img src="<?php print SITE_URL; ?><?php print SITE_LOGO_LG; ?>" alt="Archive Logo Image" title="<?php print $text_login; ?>" /></div> | ||||
|         <div id="logo-lg"><img src="<?php print SITE_LOGO_LG; ?>" alt="Archive Logo Image" title="<?php print $text_login; ?>" /></div> | ||||
|  | ||||
|         <form name="login" action="login.php" method="post" class="form-signin"> | ||||
|  | ||||
|   | ||||
| @@ -32,7 +32,7 @@ | ||||
|  | ||||
|  | ||||
|     <div id="logincontainer" class="container"> | ||||
|         <div id="logo-lg"><img src="<?php print SITE_URL; ?><?php print SITE_LOGO_LG; ?>" alt="Archive Logo Image" title="<?php print $text_login; ?>" /></div> | ||||
|         <div id="logo-lg"><img src="<?php print SITE_LOGO_LG; ?>" alt="Archive Logo Image" title="<?php print $text_login; ?>" /></div> | ||||
|  | ||||
|         <form name="login" action="index.php?route=login/ga" method="post" class="form-signin" autocomplete="off"> | ||||
|  | ||||
|   | ||||
| @@ -33,7 +33,7 @@ | ||||
| <?php if(!Registry::get('username')) { ?> | ||||
|  | ||||
|     <div id="logincontainer" class="container"> | ||||
|         <div id="logo-lg"><img src="<?php print SITE_URL; ?><?php print SITE_LOGO_LG; ?>" alt="Archive Logo Image" title="<?php print $text_login; ?>" /></div> | ||||
|         <div id="logo-lg"><img src="<?php print SITE_LOGO_LG; ?>" alt="Archive Logo Image" title="<?php print $text_login; ?>" /></div> | ||||
|  | ||||
|         <form name="login" action="login.php" method="post" class="form-signin"> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user