Changeset 711:ad1a15c9ca54 for plugins/tags
- Timestamp:
- 09/14/11 10:59:43 (14 years ago)
- Branch:
- default
- Location:
- plugins/tags
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/tags/tag_posts.php
r710 r711 93 93 <html> 94 94 <head> 95 <title> Tags</title>95 <title><?php echo __('Tags'); ?></title> 96 96 <link rel="stylesheet" type="text/css" href="index.php?pf=tags/style.css" /> 97 97 <script type="text/javascript" src="js/_posts_list.js"></script> -
plugins/tags/tags.php
r500 r711 15 15 <html> 16 16 <head> 17 <title> Tags</title>17 <title><?php echo __('Tags'); ?></title> 18 18 <link rel="stylesheet" type="text/css" href="index.php?pf=tags/style.css" /> 19 19 </head>
Note: See TracChangeset
for help on using the changeset viewer.