| 28 |
$t_path = $mosConfig_live_site .'/templates/'. $cur_template .'/images/'; |
$t_path = $mosConfig_live_site .'/templates/'. $cur_template .'/images/'; |
| 29 |
$d_path = $mosConfig_live_site .'/images/M_images/'; |
$d_path = $mosConfig_live_site .'/images/M_images/'; |
| 30 |
|
|
| 31 |
|
$mainframe = mosMainFrame::getInstance(); |
| 32 |
|
|
| 33 |
?> |
?> |
| 34 |
|
|
| 35 |
<div class="syndicate<?php echo $moduleclass_sfx;?>"> |
<div class="syndicate<?php echo $moduleclass_sfx;?>"> |
| 47 |
<?php |
<?php |
| 48 |
// rss091 link |
// rss091 link |
| 49 |
if ( $rss091 ) { |
if ( $rss091 ) { |
| 50 |
$img = mosAdminMenus::ImageCheck( 'rss091.gif', '/images/M_images/', $rss091_image, '/images/M_images/', 'RSS 0.91' ); |
$img = $mainframe->ImageCheck( 'rss091.gif', '/images/M_images/', $rss091_image, '/images/M_images/', 'RSS 0.91' ); |
| 51 |
?> |
?> |
| 52 |
<div align="center"> |
<div align="center"> |
| 53 |
<a href="<?php echo $mosConfig_live_site ?>/index2.php?option=com_rss&feed=RSS0.91&no_html=1"> |
<a href="<?php echo $mosConfig_live_site ?>/index2.php?option=com_rss&feed=RSS0.91&no_html=1"> |
| 61 |
<?php |
<?php |
| 62 |
// rss10 link |
// rss10 link |
| 63 |
if ( $rss10 ) { |
if ( $rss10 ) { |
| 64 |
$img = mosAdminMenus::ImageCheck( 'rss10.gif', '/images/M_images/', $rss10_image, '/images/M_images/', 'RSS 1.0' ); |
$img = $mainframe->ImageCheck( 'rss10.gif', '/images/M_images/', $rss10_image, '/images/M_images/', 'RSS 1.0' ); |
| 65 |
?> |
?> |
| 66 |
<div align="center"> |
<div align="center"> |
| 67 |
<a href="<?php echo $mosConfig_live_site ?>/index2.php?option=com_rss&feed=RSS1.0&no_html=1"> |
<a href="<?php echo $mosConfig_live_site ?>/index2.php?option=com_rss&feed=RSS1.0&no_html=1"> |
| 75 |
<?php |
<?php |
| 76 |
// rss20 link |
// rss20 link |
| 77 |
if ( $rss20 ) { |
if ( $rss20 ) { |
| 78 |
$img = mosAdminMenus::ImageCheck( 'rss20.gif', '/images/M_images/', $rss20_image, '/images/M_images/', 'RSS 2.0' ); |
$img = $mainframe->ImageCheck( 'rss20.gif', '/images/M_images/', $rss20_image, '/images/M_images/', 'RSS 2.0' ); |
| 79 |
?> |
?> |
| 80 |
<div align="center"> |
<div align="center"> |
| 81 |
<a href="<?php echo $mosConfig_live_site ?>/index2.php?option=com_rss&feed=RSS2.0&no_html=1"> |
<a href="<?php echo $mosConfig_live_site ?>/index2.php?option=com_rss&feed=RSS2.0&no_html=1"> |
| 89 |
<?php |
<?php |
| 90 |
// atom link |
// atom link |
| 91 |
if ( $atom ) { |
if ( $atom ) { |
| 92 |
$img = mosAdminMenus::ImageCheck( 'atom03.gif', '/images/M_images/', $atom_image, '/images/M_images/', 'ATOM 0.3' ); |
$img = $mainframe->ImageCheck( 'atom03.gif', '/images/M_images/', $atom_image, '/images/M_images/', 'ATOM 0.3' ); |
| 93 |
?> |
?> |
| 94 |
<div align="center"> |
<div align="center"> |
| 95 |
<a href="<?php echo $mosConfig_live_site ?>/index2.php?option=com_rss&feed=ATOM0.3&no_html=1"> |
<a href="<?php echo $mosConfig_live_site ?>/index2.php?option=com_rss&feed=ATOM0.3&no_html=1"> |
| 103 |
<?php |
<?php |
| 104 |
// opml link |
// opml link |
| 105 |
if ( $opml ) { |
if ( $opml ) { |
| 106 |
$img = mosAdminMenus::ImageCheck( 'opml.png', '/images/M_images/', $opml_image, '/images/M_images/', 'OPML' ); |
$img = $mainframe->ImageCheck( 'opml.png', '/images/M_images/', $opml_image, '/images/M_images/', 'OPML' ); |
| 107 |
?> |
?> |
| 108 |
<div align="center"> |
<div align="center"> |
| 109 |
<a href="<?php echo $mosConfig_live_site ?>/index2.php?option=com_rss&feed=OPML&no_html=1"> |
<a href="<?php echo $mosConfig_live_site ?>/index2.php?option=com_rss&feed=OPML&no_html=1"> |