Changeset 298
- Timestamp:
- 12/23/07 01:41:03 (14 years ago)
- Location:
- dev
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/common/includes/globals.php
r297 r298 1 1 <?php 2 2 // current subversion revision 3 preg_match('/\$Re'.'vision: (.*?) \$/', '$Revision: 29 7$', $match);3 preg_match('/\$Re'.'vision: (.*?) \$/', '$Revision: 298 $', $match); 4 4 define('SVN_REV', $match[1]); 5 5 -
dev/templates/icon.tpl
r297 r298 1 1 <span class="item-icon" style="position:relative; border: none; height:32px; width:32px; text-align:left;"> 2 2 <img border="0" style="position:absolute;" src="{$icon}"> 3 <img border="0" height="32" width="32" src="{$img} title="{$name}" alt="{$name}">3 <img border="0" height="32" width="32" src="{$img}" title="{$name}" alt="{$name}"> 4 4 </span>