Skip to content
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.

Commit

Permalink
Changed /pimcore/static6/ to /bundles/pimcoreadmin/
Browse files Browse the repository at this point in the history
  • Loading branch information
brusch committed Aug 16, 2018
1 parent a6f8cb4 commit a6fe1dc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/Resources/views/Default/default.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@

<div id="site">
<div id="logo">
<a href="http://www.pimcore.org/"><img src="/pimcore/static6/img/logo-claim-gray.svg" style="width: 400px;" /></a>
<a href="http://www.pimcore.org/"><img src="/bundles/pimcoreadmin/img/logo-claim-gray.svg" style="width: 400px;" /></a>
</div>
</div>

Expand Down
4 changes: 2 additions & 2 deletions app/Resources/views/Web2print/default.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
</style>

<?php if($this->printermarks) { ?>
<link rel="stylesheet" type="text/css" href="/pimcore/static6/css/print/print-printermarks.css" media="print" />
<link rel="stylesheet" type="text/css" href="/bundles/pimcoreadmin/css/print/print-printermarks.css" media="print" />
<?php } ?>


Expand All @@ -115,7 +115,7 @@
<div id="site">
<div class="page">
<div id="logo">
<a href="http://www.pimcore.org/"><img style="width: 200px" src="/pimcore/static6/img/logo.png" /></a>
<a href="http://www.pimcore.org/"><img style="width: 200px" src="/bundles/pimcoreadmin/img/logo.png" /></a>
<hr />
<div class="claim">
THE OPEN-SOURCE ENTERPRISE PLATFORM FOR PIM, CMS, DAM & COMMERCE based on Symfony
Expand Down
6 changes: 3 additions & 3 deletions app/config/pimcore/customviews.example.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
'treetype' => 'object', // element type is "object"
'name' => 'Articles', // display name
'condition' => null, // SQL condition
'icon' => '/pimcore/static6/img/flat-color-icons/reading.svg', // tree icon
'icon' => '/bundles/pimcoreadmin/img/flat-color-icons/reading.svg', // tree icon
'id' => 1, // unique (!!!) custom view ID
'rootfolder' => '/blog', // root node
'showroot' => false, // show root node or just children?
Expand Down Expand Up @@ -50,7 +50,7 @@
[
'treetype' => 'document', // document view
'name' => 'Basic Examples',
'icon' => '/pimcore/static6/img/flat-color-icons/text.svg',
'icon' => '/bundles/pimcoreadmin/img/flat-color-icons/text.svg',
'id' => 2, // again, unique ID
'rootfolder' => '/en/basic-examples',
'showroot' => true,
Expand Down Expand Up @@ -93,7 +93,7 @@
[
'treetype' => 'asset', // asset view
'name' => 'Panama',
'icon' => '/pimcore/static6/img/flat-color-icons/stack_of_photos.svg',
'icon' => '/bundles/pimcoreadmin/img/flat-color-icons/stack_of_photos.svg',
'id' => 3,
'rootfolder' => '/examples/panama',
'showroot' => true,
Expand Down
4 changes: 2 additions & 2 deletions app/config/pimcore/perspectives.example.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

],
'Alternative view' => [
'icon' => '/pimcore/static6/img/flat-color-icons/biohazard.svg',
'icon' => '/bundles/pimcoreadmin/img/flat-color-icons/biohazard.svg',
'toolbar' => [
'file' => 1,
'extras' => [
Expand Down Expand Up @@ -158,7 +158,7 @@
]
],
'Assets only' => [
'icon' => '/pimcore/static6/img/flat-color-icons/webcam.svg',
'icon' => '/bundles/pimcoreadmin/img/flat-color-icons/webcam.svg',
'elementTree' => [
[
'type' => 'assets',
Expand Down

0 comments on commit a6fe1dc

Please sign in to comment.