Version Notes
Versioin 0.1.3
Download this release
Release Info
Developer | Magento Core Team |
Extension | LinkDirectory |
Version | 0.1.5 |
Comparing to | |
See all releases |
Code changes from version 0.1.4 to 0.1.5
app/design/frontend/default/default/layout/linkdirectory.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<layout version="0.1.0">
|
3 |
<default>
|
4 |
-
<reference name="
|
5 |
<action method="addLink" translate="label title" module="linkdirectory"><label>Links Directory</label><url helper="linkdirectory/getDirectoryUrl"/><title>Links Directory</title><prepare/><urlParams/><position>10</position></action>
|
6 |
</reference>
|
7 |
<reference name="head">
|
1 |
<?xml version="1.0"?>
|
2 |
<layout version="0.1.0">
|
3 |
<default>
|
4 |
+
<reference name="footer_links">
|
5 |
<action method="addLink" translate="label title" module="linkdirectory"><label>Links Directory</label><url helper="linkdirectory/getDirectoryUrl"/><title>Links Directory</title><prepare/><urlParams/><position>10</position></action>
|
6 |
</reference>
|
7 |
<reference name="head">
|
skin/frontend/default/default/css/magestore/linkdirectory.css
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
#linkdirectory-container{
|
2 |
padding:10px 10px 20px 10px;
|
3 |
background-color:#F6F8F9;
|
4 |
-
width:
|
5 |
}
|
6 |
|
7 |
#div-linkdirectory{
|
1 |
#linkdirectory-container{
|
2 |
padding:10px 10px 20px 10px;
|
3 |
background-color:#F6F8F9;
|
4 |
+
width:93%;
|
5 |
}
|
6 |
|
7 |
#div-linkdirectory{
|