<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Комментарии на: techicon 1.0</title>
	<atom:link href="http://www.mikolka.info/2008/03/03/techicon-10/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikolka.info/2008/03/03/techicon-10/</link>
	<description>Попытка из крупиц информации собрать что-то полезное</description>
	<pubDate>Mon, 06 Oct 2008 15:29:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>От: Женя</title>
		<link>http://www.mikolka.info/2008/03/03/techicon-10/#comment-25112</link>
		<dc:creator>Женя</dc:creator>
		<pubDate>Sun, 17 Aug 2008 15:53:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikolka.info/2008/03/03/techicon-10/#comment-25112</guid>
		<description>не весь код отобразился в комментарии</description>
		<content:encoded><![CDATA[<p>не весь код отобразился в комментарии</p>
]]></content:encoded>
	</item>
	<item>
		<title>От: Женя</title>
		<link>http://www.mikolka.info/2008/03/03/techicon-10/#comment-25110</link>
		<dc:creator>Женя</dc:creator>
		<pubDate>Sun, 17 Aug 2008 15:47:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikolka.info/2008/03/03/techicon-10/#comment-25110</guid>
		<description>код из widgets.php
вставил div align="center"
не помогает... :(
------
function wp_widget_calendar($args) {
	extract($args);
	$options = get_option('widget_calendar');
	$title = apply_filters('widget_title', $options['title']);
	if ( empty($title) )
		$title = '&#160;';
	echo $before_widget . $before_title . $title . $after_title;
	echo '';
	get_calendar();
	echo '';
	echo $after_widget;
}
function wp_widget_calendar_control() {
	$options = $newoptions = get_option('widget_calendar');
	if ( $_POST["calendar-submit"] ) {
		$newoptions['title'] = strip_tags(stripslashes($_POST["calendar-title"]));
	}
	if ( $options != $newoptions ) {
		$options = $newoptions;
		update_option('widget_calendar', $options);
	}
	$title = attribute_escape($options['title']);
?&#62;
------</description>
		<content:encoded><![CDATA[<p>код из widgets.php<br />
вставил div align=&#8221;center&#8221;<br />
не помогает&#8230; <img src='http://www.mikolka.info/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
&#8212;&#8212;<br />
function wp_widget_calendar($args) {<br />
	extract($args);<br />
	$options = get_option(&#8217;widget_calendar&#8217;);<br />
	$title = apply_filters(&#8217;widget_title&#8217;, $options['title']);<br />
	if ( empty($title) )<br />
		$title = &#8216;&nbsp;&#8217;;<br />
	echo $before_widget . $before_title . $title . $after_title;<br />
	echo &#8221;;<br />
	get_calendar();<br />
	echo &#8221;;<br />
	echo $after_widget;<br />
}<br />
function wp_widget_calendar_control() {<br />
	$options = $newoptions = get_option(&#8217;widget_calendar&#8217;);<br />
	if ( $_POST["calendar-submit"] ) {<br />
		$newoptions['title'] = strip_tags(stripslashes($_POST["calendar-title"]));<br />
	}<br />
	if ( $options != $newoptions ) {<br />
		$options = $newoptions;<br />
		update_option(&#8217;widget_calendar&#8217;, $options);<br />
	}<br />
	$title = attribute_escape($options['title']);<br />
?&gt;<br />
&#8212;&#8212;</p>
]]></content:encoded>
	</item>
	<item>
		<title>От: Mikolka</title>
		<link>http://www.mikolka.info/2008/03/03/techicon-10/#comment-25062</link>
		<dc:creator>Mikolka</dc:creator>
		<pubDate>Fri, 15 Aug 2008 10:02:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikolka.info/2008/03/03/techicon-10/#comment-25062</guid>
		<description>Женя » откройте файлик wp-includes/widgets.php, найдите в нем упоминание о календаре, там подправьте тег &#60;div ....&#62; воткнув в него нужный вам align</description>
		<content:encoded><![CDATA[<p>Женя » откройте файлик wp-includes/widgets.php, найдите в нем упоминание о календаре, там подправьте тег &lt;div &#8230;.&gt; воткнув в него нужный вам align</p>
]]></content:encoded>
	</item>
	<item>
		<title>От: Женя</title>
		<link>http://www.mikolka.info/2008/03/03/techicon-10/#comment-25060</link>
		<dc:creator>Женя</dc:creator>
		<pubDate>Fri, 15 Aug 2008 09:21:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikolka.info/2008/03/03/techicon-10/#comment-25060</guid>
		<description>установил данную тему, все ОК.
выставил 1 сайдбар, вставил виджет календарь, вот его то и не могу выровнить по центру.

  весь CSS проверил, нет там похожее на wp-calendar  или просто calendar... 
 так же искал строку в PHP файлах... безрезультатно .

  прошу помощи</description>
		<content:encoded><![CDATA[<p>установил данную тему, все ОК.<br />
выставил 1 сайдбар, вставил виджет календарь, вот его то и не могу выровнить по центру.</p>
<p>  весь CSS проверил, нет там похожее на wp-calendar  или просто calendar&#8230;<br />
 так же искал строку в PHP файлах&#8230; безрезультатно .</p>
<p>  прошу помощи</p>
]]></content:encoded>
	</item>
	<item>
		<title>От: Mikolka</title>
		<link>http://www.mikolka.info/2008/03/03/techicon-10/#comment-13903</link>
		<dc:creator>Mikolka</dc:creator>
		<pubDate>Tue, 25 Mar 2008 07:45:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikolka.info/2008/03/03/techicon-10/#comment-13903</guid>
		<description>Daniel &#187; попробуйте заменить на wp_tag_cloud</description>
		<content:encoded><![CDATA[<p>Daniel &raquo; попробуйте заменить на wp_tag_cloud</p>
]]></content:encoded>
	</item>
	<item>
		<title>От: Daniel</title>
		<link>http://www.mikolka.info/2008/03/03/techicon-10/#comment-13900</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Mon, 24 Mar 2008 22:36:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikolka.info/2008/03/03/techicon-10/#comment-13900</guid>
		<description>Fatal error: Call to undefined function: the_tags() in /home/chersunov/data/www/chersunov.ru/wp-content/themes/techicon/index.php on line 17</description>
		<content:encoded><![CDATA[<p>Fatal error: Call to undefined function: the_tags() in /home/chersunov/data/www/chersunov.ru/wp-content/themes/techicon/index.php on line 17</p>
]]></content:encoded>
	</item>
</channel>
</rss>
