Updates to 1.3. Small correction on admin placement.

This commit is contained in:
Julien Lengrand-Lambert
2011-11-17 11:36:09 +01:00
parent 11d1190b4e
commit d7b7fbc01e
5 changed files with 7 additions and 4 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
*~

View File

@@ -1,3 +1,6 @@
1.3 -- 17/11/2011
correction petite erreur balise admin
1.2 -- 17/11/2011
Corrige erreurs XHTML1.0
Insère logo XHTML W3C

View File

@@ -8,7 +8,7 @@ The theme is pretty simple, but can be further updated without any problem, as i
The latest release of this theme can be found at https://github.com/jlengrand/pluxml_theme_darkFuture.
Another way to download is on [Pluxml website](http://ressources.pluxml.org/?theme126/theme-dark-future)
[Here is what the theme should display once installed](http://dl.dropbox.com/u/4286043/00_Website/03_Images/pluxml_theme.png)
[Here is what the theme should display once installed](http://www.lengrandlambert.fr/pluxml/513/)
## Installation
@@ -53,7 +53,6 @@ This way, the only file to be changed in your website if a link changes is info.
You can access to your administration menu at http://pluxmlroot/core/admin
Another way is to click on the **right bottom corner** of the footer in your pages; an hyperlink is hidden there :)
## Copyright
Copyright © 2011 Julien Lengrand-Lambert
@@ -71,4 +70,4 @@ You can contact me at jlengrand at gmail dot com, or in my [current website](htt
NOTE: The progTips.html file mentionned in info.php is part of another project, called progTips.
The last version should be retrieved there and uploaded on the FTP separately.
You can find the last version of this file [here](https://github.com/jlengrand/progTips)
You can find the last version of this file [here](http://www.lengrandlambert.fr/progTips.html)

Binary file not shown.

View File

@@ -4,7 +4,7 @@
<p>
<?php $plxShow->lang('POWERED_BY') ?> <a href="http://pluxml.org" title="<?php $plxShow->lang('PLUXML_DESCRIPTION') ?>">PluXml</a>
<a class="admin" rel="nofollow" href="<?php $plxShow->urlRewrite('core/admin/') ?>" title="<?php $plxShow->lang('ADMINISTRATION') ?>"><?php $plxShow->lang('ADMINISTRATION') ?></a>
<span><a class="admin" rel="nofollow" href="<?php $plxShow->urlRewrite('core/admin/') ?>" title="<?php $plxShow->lang('ADMINISTRATION') ?>"><?php $plxShow->lang('ADMINISTRATION') ?></a></span>
</p>
</div>
</body>