Changeset 104337 in spip-zone for _plugins_/bootstrap_prive/trunk/inc/presentation_mini.php
- Timestamp:
- May 8, 2017, 9:17:20 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/bootstrap_prive/trunk/inc/presentation_mini.php
r104327 r104337 179 179 if ($svn_revision = version_svn_courante(_DIR_RACINE)) { 180 180 $version .= ' ' . (($svn_revision < 0) ? 'SVN ':'') 181 . "[<a href='http ://core.spip.org/trac/spip/changeset/"181 . "[<a href='https://core.spip.net/trac/spip/changeset/" 182 182 . abs($svn_revision) . "' onclick=\"window.open(this.href); return false;\">" 183 183 . abs($svn_revision) . "</a>]";
Note: See TracChangeset
for help on using the changeset viewer.