commit
7bc49d2a57
@ -1,6 +1,6 @@ |
||||
<?php for($i=0; $i<count($_["breadcrumb"]); $i++): |
||||
$crumb = $_["breadcrumb"][$i]; ?> |
||||
<div class="crumb <?php if($i == count($_["breadcrumb"])-1) echo 'last';?> svg" data-dir='<?php echo urlencode($crumb["dir"]);?>' style='background-image:url("<?php echo OCP\image_path('core','breadcrumb.png');?>")'>
|
||||
<a href="<?php echo urlencode($_['baseURL'].$crumb["dir"]); ?>"><?php echo OCP\Util::sanitizeHTML($crumb["name"]); ?></a>
|
||||
<a href="<?php echo $_['baseURL'].urlencode($crumb["dir"]); ?>"><?php echo OCP\Util::sanitizeHTML($crumb["name"]); ?></a>
|
||||
</div> |
||||
<?php endfor;?> |
||||
|
@ -0,0 +1,4 @@ |
||||
<?php $TRANSLATIONS = array( |
||||
"Settings" => "Ustawienia", |
||||
"Username" => "Nazwa użytkownika" |
||||
); |
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue