Only in hemingwayEx1.1: .DS_Store diff -bErB hemingwayEx1.0/404.php hemingwayEx1.1/404.php 6,7c6,7 <

Page not found

<

It looks like there's a problem with the page you're trying to get to. If you're looking for something in particular, try using the search form below, or by browsing the archives.

--- >

>

9c9 <

Search this site:

--- >

12c12 <

Archives by month:

--- >

17c17 <

Archives by subject:

--- >

23,24c23,24 <

Why am I seeing this?

<

You requested a page that doesn't exist on this site any more. This could be caused by a link you followed that was out of date, by a typing in the wrong address in the address bar, or simply because the post has been deleted.

--- >

>

diff -bErB hemingwayEx1.0/LICENSE hemingwayEx1.1/LICENSE 2c2 < Copyright (c) 2007 Nalin Makar --- > Copyright (c) 2007-2008 Nalin Makar Only in hemingwayEx1.1/admin: .DS_Store Only in hemingwayEx1.0/admin/images: Thumbs.db Only in hemingwayEx1.1/admin/js: .DS_Store diff -bErB hemingwayEx1.0/archive.php hemingwayEx1.1/archive.php 8c8 < --- > 58c58 <

About the archives

--- >
About the archives
61d60 < diff -bErB hemingwayEx1.0/blocks/about_page.php hemingwayEx1.1/blocks/about_page.php 11d10 <
Only in hemingwayEx1.0/blocks: asides.php diff -bErB hemingwayEx1.0/blocks/tags.php hemingwayEx1.1/blocks/tags.php 4,11c4 < <
<

<
< <
<

To use Tags block, you need to have Ultimate Tag Warrior Plugin installed.


< --- > diff -bErB hemingwayEx1.0/comments-popup.php hemingwayEx1.1/comments-popup.php 22c22 <

Comments

--- >

24c24 <

RSS feed for comments on this post.

--- >

RSS

27c27 <

The URI to TrackBack this entry is:

--- >

The URI

52c52 <

No comments yet.

--- >

56,57c56,57 <

Leave a comment

<

Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed:

--- >

>

HTML

62c62 < --- > 69c69 < --- > 74c74 < --- > 78c78 < --- > 89c89 <

Sorry, the comment form is closed at this time.

--- >

94c94 <
Close this window.
--- >
102c102 <

Powered by Wordpress

--- >

diff -bErB hemingwayEx1.0/comments.php hemingwayEx1.1/comments.php 9c9 <

This post is password protected. Enter the password to view comments.

--- >

44c44 < Your comment is awaiting moderation. --- > 62c62 <

Comments are closed.

--- >

67d66 < 71,72c70,71 <

Have your say

<

XHTML: You can use these tags:

--- >
>

XHTML:

74c73 <

You must be logged in to post a comment.

--- >

logged in'); ?>

78c77 <

Logged in as . Logout »

--- >

'. $user_identity .'. Logout »') ?>

81,83c80,82 <
<
<
--- >
>
>
89c88 < Safari hates me --- > diff -bErB hemingwayEx1.0/dynamic_bottombar.php hemingwayEx1.1/dynamic_bottombar.php 1c1,4 < --- > global $hemingwayEx, $hemingwayEx_options; > if ($hemingwayEx_options['bottombar_enabled'] == 1){ > ?> 16a20 > diff -bErB hemingwayEx1.0/dynamic_slidebar.php hemingwayEx1.1/dynamic_slidebar.php 1c1,4 < --- > global $hemingwayEx, $hemingwayEx_options; > if ($hemingwayEx_options['slidebar_enabled'] == 1){ > ?> 18a22 > diff -bErB hemingwayEx1.0/footer.php hemingwayEx1.1/footer.php 1d0 < 8,9c7,8 < <

Entries RSS Comments RSS Valid XHTML 1.0

--- > >

RSS RSS XHTML 1.0

13d11 < diff -bErB hemingwayEx1.0/functions.php hemingwayEx1.1/functions.php 1a2 > load_theme_textdomain('hemingwayex'); 37d37 < 121d124 < 126,134d128 < < } < < function get_asides_category_id() { < global $hemingwayEx_options; < global $wpdb; < if( $hemingwayEx_options['asides_category'] != "" ) { < return $wpdb->get_var("SELECT cat_ID FROM " . $wpdb->categories . " WHERE cat_name='" . $hemingwayEx_options['asides_category'] . "'"); < } 139,142c133,134 < < $hemingwayEx->version = "1.0"; < $hemingwayEx->date = "2007-07-14"; < --- > $hemingwayEx->version = "1.1"; > $hemingwayEx->date = "2008-04-29"; 147d138 < 'asides_category' => "", 150c141,146 < 'page_comments' => 1 --- > 'page_comments' => 1, > 'slidebar_enabled' => 1, > 'bottombar_enabled' => 1, > 'post_navigation' => 0, > 'excerpt_enabled' => 1, > 'font_resizer' => 1, 152d147 < 164d158 < 'asides' => 'Asides', 168d161 < 179d171 < 190,191d181 < < 200c190,193 < add_option('hem_last_updated', '0000-00-00', 'Last date HemingwayEx was updated'); --- > add_option('hem_last_updated', '0000-00-00', 'Last date HemingwayEx was checked for an update'); > > if (!get_option('hem_known_update') ) > add_option('hem_known_update', '0000-00-00', 'Last known date when HemingwayEx update was released'); 212d204 < 227d218 < 229d219 < 231d220 < 237d225 < 239d226 < 248d234 < 254a241 > 266d252 < 272a259 > 285,286c272 < $found_update = $known_update; < $new_version; --- > $found_update = "";//$known_update; 289c275 < if (date("Y-m-d", time() + 7 * 24 * 60 * 60) > get_option('hem_last_updated')) { --- > if (strcmp(date("Y-m-d", time() - 7 * 24 * 60 * 60), get_option('hem_last_updated')) > 0) { 298a285 > 330d316 < } 333c319 < if ($found_update > $known_update) --- > if (strcmp($found_update, $known_update) > 0) 337,338c323,326 < if ($found_update > $hemingwayEx->date) < hemingwayEx_message(__('An update of HemingwayEx is available as of ', 'hemingwayEx') . $found_update . __('. Download HemingwayEx ', 'hemingwayEx') . $version . __('.', 'hemingwayEx')); --- > if (strcmp($found_update, $hemingwayEx->date) > 0) > hemingwayEx_message(__('An update of HemingwayEx is available as of ', 'hemingwayEx') . $found_update . __('. Download HemingwayEx ', 'hemingwayEx') . $version . '.'); > > } 346d333 < 352c339 < $message = 'Styles updated!'; --- > $message = __('Styles updated!','hemingwayex'); 358c345 < $message = 'Block added!'; --- > $message = __('Block added!','hemingwayex'); 369c356 < $message = 'Settings removed.'; --- > $message = __('Settings removed.','hemingwayex'); 384d370 < $hemingwayEx_options['asides_category'] = $_POST['asides_category']; 388a375,379 > $hemingwayEx_options['slidebar_enabled'] = $_POST['slidebar_enabled']; > $hemingwayEx_options['bottombar_enabled'] = $_POST['bottombar_enabled']; > $hemingwayEx_options['excerpt_enabled'] = $_POST['excerpt_enabled']; > $hemingwayEx_options['post_navigation'] = $_POST['post_navigation']; > $hemingwayEx_options['font_resizer'] = $_POST['font_resizer']; 392c383 < $message = 'Options updated!'; --- > $message = __('Options updated!','hemingwayex'); 394d384 < 422c412 < .block{ --- > .block{ 424c414 < height:200px; --- > height:150px; 431,432c421,422 < } < .block ul{ --- > } > .block ul{ 435,436c425,426 < } < .block ul li{ --- > } > .block ul li{ 443,444c433,434 < } < .block ul li a.remove{ --- > } > .block ul li a.remove{ 456,458c446,448 < } < * html .block ul li a.remove{ right:15px; } < .block-active{ --- > } > * html .block ul li a.remove{ right:15px; } > .block-active{ 461,463c451,452 < } < < #addables li{ --- > } > #addables li{ 472,473c461,462 < } < ul#addables{ --- > } > ul#addables{ 478c467 < } --- > } 480d468 < 485d472 < 491a479 > $hemingwayEx_known_update = get_option('hem_known_update'); 496,497c484,485 <

Custom Styles

<

Select a style from the dropdown below to customize HemingwayEx with a special style.

--- >

>

501c489 < --- > 504d491 < 523d509 < 526d511 < 530,532c515,516 < ?> < <

Drag and drop the different blocks into their place below. After you drag the block to the area, it will update with the new contents automatically.

--- > ?> >

539d522 < 541d523 < 550c532 <
  • remove
  • --- >
  • 574d555 < 581c562 <
  • remove
  • --- >
  • 605d585 < 612c592 <
  • remove
  • --- >
  • 636,637d615 < < 639d616 < 648c625 <
  • remove
  • --- >
  • 672d648 < 679c655 <
  • remove
  • --- >
  • 703d678 < 710c685 <
  • remove
  • --- >
  • 734d708 < 750,751c724,725 <

    You have uninstalled blocks!

    <

    Give the block a display name (such as "About Page")

    --- >

    >

    757c731 < Miscellaneous Options --- >

    768,769c740 <

    Widgets

    <

    If enabled, you can use Presentation -> Widgets from the Admin menu to decide which widgets are displayed in the sidebars. If disabled, the classic Hemingway blocks system will be used to work with the sidebars.

    --- >

    771c742,750 < --- > >

    >

    > >

    >

    >

    Widgets from the Admin menu to decide which widgets are displayed in the sidebars. If disabled, the classic Hemingway blocks system will be used to work with the sidebars.','hemingwayex') ?>

    >

    > 774c753 <

    Note: You should disable this option as, your current installation of Wordpress doesn't support Widgets.

    --- >

    776,777c755 <

    Aside Category

    <

    Enter the category name that you wish to designate as the asides category. This is case insensitive, but make sure you enter in the name correctly.

    --- >

    779c757 <
    Recommended: Asides --- > 781,782c759,761 <

    Excerpt Length

    <

    Enter the length of excerpt in number of words. If length is not specified or is set to 0, it will default to 75 words. Also, this will only be used if an excerpt isn't already defined for the post.

    --- >

    >

    >

    784,785c763,764 <

    <

    Comments

    --- > >

    787c766 < --- > 788a768 >

    790c770 < --- > 792d771 <

    Date Format

    794c773,776 < --- > >

    >

    > 800d781 < 804,806c785,791 <

    This copy of HemingwayEx is version version; ?> released on date; ?>.

    <

    Last checked on .

    < --- >

    This copy of HemingwayEx is version version; ?> released on date; ?>. > date) > 0) { ?> > There is an update available as of . HemingwayEx. > > You have the latest version installed. > >

    Last checked on .

    808c793,804 <

    Reset / Uninstall

    --- >

    >

    >
    > > > >

    Do you like this theme? I work on HemingwayEx because I enjoy doing it, but it does take up a lot of my time. If you liked this theme, how about buying me a beer/coffee ? :). Thank you.

    > >

    >
    >

    811c807 <

    If you would like to reset or uninstall HemingwayEx, push this button. It will erase all of your preferences.

    --- >

    813,814c809 < < --- > 816c811 <

    Thank you for using HemingwayEx! There's two reasons you might be seeing this:

    --- >

    :

    818,819c813,814 <
  • You've just installed HemingwayEx for the first time: If this is the case, simply reload this page or click on HemingwayEx Options again and you'll be on your way!
  • <
  • You've just uninstalled HemingwayEx or reset your options. If you'd like to keep using HemingwayEx, reload this page or click on HemingwayEx Options again.
  • --- >
  • >
  • 821,828c816 < < --- > 830d817 < 833d819 < 835a822 > if ($hemingwayEx_options['slidebar_enabled'] == 1){ 837c824 < 'name'=>'1. Slidebar Left', --- > 'name'=>'Slidebar Left', 844c831 < 'name'=>'2. Slidebar Center', --- > 'name'=>'Slidebar Center', 851c838 < 'name'=>'3. Slidebar Right', --- > 'name'=>'Slidebar Right', 856a844,845 > } > if ($hemingwayEx_options['bottombar_enabled'] == 1){ 858c847 < 'name'=>'4. Bottombar Left', --- > 'name'=>'Bottombar Left', 865c854 < 'name'=>'5. Bottombar Center', --- > 'name'=>'Bottombar Center', 872c861 < 'name'=>'6. Bottombar Right', --- > 'name'=>'Bottombar Right', 878,916d866 < } < < //Asides Widget related functions < function widget_hem_asides($args) { < global $hemingwayEx; < extract($args); < $options = get_option('hem_options'); < $category_id = $hemingwayEx->get_asides_category_id(); < < echo $before_widget . $before_title . 'Asides' . $after_title; < echo '
    '; < < if ( is_null($category_id) ) { ?> <

    This block works only if a valid Asides category has been set in the HemingwayEx's options.

    < < < '; < echo $after_widget; < } < < function widget_hem_asides_control() { < $options = $newoptions = get_option('hem_options'); < if ( $_POST["asides-submit"] ) { < $newoptions['asides_category'] = strip_tags(stripslashes($_POST["asides-category"])); < } < if ( $options != $newoptions ) { < $options = $newoptions; < update_option('hem_options', $options); 918,927d867 < $asides_cat = attribute_escape($options['asides_category']); < ?> <

    < < » Blog Archive --- > <?php wp_title("•",true,"right"); ?> <?php if ( is_single() ) { ?> Blog Archive • <?php } ?><?php bloginfo('name'); ?> 14c14 < global $hemingwayEx; --- > global $hemingwayEx, $hemingwayEx_options; 42a43 > 44c45,48 < Font: A+  A-  A --- > > A+   > A-   > A 45a50 > 56c61 <
  • >Home
  • --- >
  • >
  • 59c64 < --- > 61,62c66,67 < Open Navigation < --- > > 63a69 > Only in hemingwayEx1.0/images: Thumbs.db diff -bErB hemingwayEx1.0/index.php hemingwayEx1.1/index.php 6,7c6 < $category_id = $hemingwayEx->get_asides_category_id(); < is_null($category_id) ? query_posts('showposts=2') : query_posts('showposts=2&cat=-' . $category_id); --- > query_posts('showposts=2'); 13,14c12,17 <

    < excerpt() ?>read on --- >

    > > excerpt() ?> > the_content('

    '. __('Read the rest of this entry »','hemingwayex') .'

    '); > } ?> 16c19,22 < date_format(true) . '/y') ?> | | Filed Under: --- > date_format(true) . '/y') ?> | | > >
    : > 22d27 < 24,26c29,30 < <

    Not Found

    <

    Sorry, but you are looking for something that isn't here.

    --- >

    >

    28d31 < 30d32 < 34d35 < 36d36 < diff -bErB hemingwayEx1.0/page.php hemingwayEx1.1/page.php 10,11c10,11 < Pages:&after=

    &next_or_number=number'); ?> < ', '

    '); ?> --- > '. __('Pages:','hemingwayex') .'&after=

    &next_or_number=number'); ?> > ', '

    '); ?> 25,26c25,26 <

    < Jump to comment formComments are closed | [?] ping_status): ?>| trackback uri [?] --- >
    > Comments are closed | [?] ping_status): ?>| [?] 33c33 <

    Sorry, no posts matched your criteria.

    --- >

    diff -bErB hemingwayEx1.0/search.php hemingwayEx1.1/search.php 9c9 <

    Search Results

    --- >

    16c16 < posted in --- > 30c30 <

    No posts found. Try a different search?

    --- >

    37c37 <

    Search

    --- >

    39c39 <

    You searched for “” at . There were --- >

    41,44c41,45 < if (!$results) echo "no results, better luck next time."; < elseif (1 == $results) echo "one result found. It must be your lucky day."; < else echo $results . " results found."; < ?> --- > $str = ''; > if (!$results) $str = "no results, better luck next time."; > elseif (1 == $results) $str = "one result found. It must be your lucky day."; > else $str = $results . " results found."; > printf(__('There were %s','hemingwayex'), $str) ?> 46d46 < diff -bErB hemingwayEx1.0/sidebar.php hemingwayEx1.1/sidebar.php 3,6d2 < < // If you want to ignore the Theme Options handling of the sidebar and just do it yourself < // Use this one instead of the above < // include (TEMPLATEPATH . '/static_sidebar.php'); diff -bErB hemingwayEx1.0/sidebars/bottombar_center.php hemingwayEx1.1/sidebars/bottombar_center.php 1c1 <

    You should not be seeing this text. To fix it, please make sure that:

    If you do not plan to use widgets please make sure that Enable Widgets option is unchecked on HemingwayEx's option page.

    \ No newline at end of file --- >
  • You should not be seeing this text. To fix it, please make sure that:
    1. Your installation of Wordpress supports widgets
    2. You have added atleast one Widget to this sidebar
  • If you do not plan to use widgets please make sure that Enable Widgets option is unchecked on HemingwayEx's option page.
  • \ No newline at end of file diff -bErB hemingwayEx1.0/sidebars/bottombar_left.php hemingwayEx1.1/sidebars/bottombar_left.php 1c1 <

    You should not be seeing this text. To fix it, please make sure that:

    If you do not plan to use widgets please make sure that Enable Widgets option is unchecked on HemingwayEx's option page.

    \ No newline at end of file --- >
  • You should not be seeing this text. To fix it, please make sure that:
    1. Your installation of Wordpress supports widgets
    2. You have added atleast one Widget to this sidebar
  • If you do not plan to use widgets please make sure that Enable Widgets option is unchecked on HemingwayEx's option page.
  • \ No newline at end of file diff -bErB hemingwayEx1.0/sidebars/bottombar_right.php hemingwayEx1.1/sidebars/bottombar_right.php 1c1 <

    You should not be seeing this text. To fix it, please make sure that:

    If you do not plan to use widgets please make sure that Enable Widgets option is unchecked on HemingwayEx's option page.

    \ No newline at end of file --- >
  • You should not be seeing this text. To fix it, please make sure that:
    1. Your installation of Wordpress supports widgets
    2. You have added atleast one Widget to this sidebar
  • If you do not plan to use widgets please make sure that Enable Widgets option is unchecked on HemingwayEx's option page.
  • \ No newline at end of file diff -bErB hemingwayEx1.0/sidebars/slidebar_center.php hemingwayEx1.1/sidebars/slidebar_center.php 1c1 <

    You should not be seeing this text. To fix it, please make sure that:

    If you do not plan to use widgets please make sure that Enable Widgets option is unchecked on HemingwayEx's option page.

    \ No newline at end of file --- >
  • You should not be seeing this text. To fix it, please make sure that:
    1. Your installation of Wordpress supports widgets
    2. You have added atleast one Widget to this sidebar
  • If you do not plan to use widgets please make sure that Enable Widgets option is unchecked on HemingwayEx's option page.
  • \ No newline at end of file diff -bErB hemingwayEx1.0/sidebars/slidebar_left.php hemingwayEx1.1/sidebars/slidebar_left.php 1c1 <

    You should not be seeing this text. To fix it, please make sure that:

    If you do not plan to use widgets please make sure that Enable Widgets option is unchecked on HemingwayEx's option page.

    \ No newline at end of file --- >
  • You should not be seeing this text. To fix it, please make sure that:
    1. Your installation of Wordpress supports widgets
    2. You have added atleast one Widget to this sidebar
  • If you do not plan to use widgets please make sure that Enable Widgets option is unchecked on HemingwayEx's option page.
  • \ No newline at end of file diff -bErB hemingwayEx1.0/sidebars/slidebar_right.php hemingwayEx1.1/sidebars/slidebar_right.php 1c1 <

    You should not be seeing this text. To fix it, please make sure that:

    If you do not plan to use widgets please make sure that Enable Widgets option is unchecked on HemingwayEx's option page.

    \ No newline at end of file --- >
  • You should not be seeing this text. To fix it, please make sure that:
    1. Your installation of Wordpress supports widgets
    2. You have added atleast one Widget to this sidebar
  • If you do not plan to use widgets please make sure that Enable Widgets option is unchecked on HemingwayEx's option page.
  • \ No newline at end of file diff -bErB hemingwayEx1.0/single.php hemingwayEx1.1/single.php 7,8c7,9 <

    < Read the rest of this entry »

    '); ?> --- >

    >

    > '. __('Read the rest of this entry »','hemingwayex') .'

    '); ?> 13c14 <

    About this entry

    --- >
    15c16 <

    You’re currently reading “,” an entry on

    --- >

    17c18 <
    Published:
    --- >
    :
    21c22 <
    Category:
    --- >
    :
    24d24 < 26,27c26,31 <
    Tags:
    <
    --- >
    :
    >
    > > >
    > 30c34 < --- > 32,33c36,37 <
    Related Posts:
    <
    --- >
    :
    >

    36c40 <
    Edit:
    ', '
    '); ?> --- >
    ' . __('Edit','hemingwayex') .':
    ', '
    '); ?> 51,52c55,56 <

    < Jump to comment form | [?] ping_status): ?>| trackback uri [?] --- >
    > | [?] ping_status): ?>| [?] 57,58c61,62 <

    Comments are closed

    < Comments are currently closed on this entry. --- >

    > 65c69 <

    Sorry, no posts matched your criteria.

    --- >

    Only in hemingwayEx1.0: static_sidebar.php diff -bErB hemingwayEx1.0/style.css hemingwayEx1.1/style.css 5c5 < Version: 1.0 --- > Version: 1.1 57a58,64 > h1 a{ > color:#CCC; > } > h1 a:hover{ > color:#CCC; > text-decoration:none; > } 63,65d69 < #primary h2{ < color:#CCC; < } 143a148 > overflow:hidden; 179a185,191 > > #slidebar > { > > zoom:1; > > } 183,186c195 < #silderButton{ < height:20px; < } < a.nav{ --- > a.silderButtonNav{ 188,189c197,198 < margin-top:6px; < padding:2px 5px 2px 5px; --- > margin-top:8px; > padding:2px 5px 3px 5px; 199c208 < *html a.nav { --- > *html a.silderButtonNav { 200a210 > text-decoration:none; 202c212 < a.nav:hover{ --- > a.silderButtonNav:hover{ 207a218 > text-decoration:none; 216a228,232 > .abt-this-page{ > font-size:1.15em; > color:#CCC; > font-weight:normal; > } 311a328,333 > .secondary .featured dl h3{ > margin:0 0; > padding:0 0; > color:#AAA; > font-size:1em; > } 324a347,353 > .secondary .related_post{ > display:inline; > margin:0; > padding:0; > } > .secondary .related_post a{ color:#808080; } > .secondary .related_post a:hover{ color:#FFF; } 346c375 < .comment-head h2{ --- > .comment-head .num-comments{ 348a378 > color:#FFF; 430,431c460,461 < top:-20px; < right:-4px; --- > top:-14px; > right:-3px; 439,440c469,470 < top:-20px; < right:-4px; --- > top:-14px; > right:-3px; 463a494,498 > .formhead { > font-size:1.15em; > margin:0; > color:#FFF; > } 481a517 > cursor:pointer; 483,484c519,531 < margin:-1em 0 0 0; < padding:0 0.5em; --- > margin:.5em 0 0 0; > padding:0.25em 0.5em; > display:block; > border:1px solid #3D3D3D; > background:#272727; > color:#CCC > } > .formactions input.submit:hover{ > background:#CCC; > color:#272727 > } > *html .formactions input.submit{ > padding:0; 581c628 < margin:0 0 3em 0; --- > margin:1.5em 0 3em 0; 664c711,712 < width:30em; --- > margin-bottom:4px; > width:98%; Only in hemingwayEx1.1/styles: .DS_Store Only in hemingwayEx1.0/styles: user_styles.css diff -bErB hemingwayEx1.0/styles/white.css hemingwayEx1.1/styles/white.css 22c22,24 < --- > .abt-this-page{ > color:#333; > } 69c71 < --- > h1 a {color:#000;} 78c80,82 < --- > .comment-head .num-comments{ > color:#000; > } 86,90c90,96 < .secondary dd a{ color:#7F7F7F; } < .secondary dd a:hover{ color:#000; } < < < .secondary .featured dt{ --- > .secondary .related_post a, .secondary dd a{ > color:#7F7F7F; > } > .secondary .related_post a:hover, .secondary dd a:hover{ > color:#000; > } > .secondary .featured dl h3, .secondary .featured dt{ 96c102,111 < --- > #primary.twocol-stories .story img, .single-post img { > padding: 4px; > border: 1px solid #ddd; > background: #fff; > } > #primary.twocol-stories .story a img:hover, .single-post a img:hover { > padding: 4px; > border: 1px solid #ddd; > background: #666; > } 143c158 < background:#000; --- > background:#fff; 145,146c160 < border-bottom:1px solid #333; < width:30em; --- > width:98%; 148a163 > margin-bottom:4px; Only in hemingwayEx1.0: tag.php Only in hemingwayEx1.0: tags.php