Yanggaw 2008 synopsis and cast
Sunday, October 4th, 2009Read the full synopsis and cast here : http://imurderedthem.blogspot.com/2009/10/yanggaw-synopsis-2008.html
>>read moreRead the full synopsis and cast here : http://imurderedthem.blogspot.com/2009/10/yanggaw-synopsis-2008.html
>>read moreWatch the movie Yanggaw 2008 here :
http://www.mypinoytvlive.info/movies/yanggaw-2009/yanggaw-part-1.html
>>read moreThe tutorial explain how to add Google Map in your Mosets Tree component in joomla:
Here’s how:
Back up joomla files and database.
Look for components/com_mtree/templates/m2/sub_listingDetails.tpl.php
In line 102 :
echo ‘</div>’;
Replace with:
?>
<div class="row" align="center">
<iframe width="500" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?q=<?php echo $address;?>&ie=UTF8&output=embed"></iframe><br /><small><a href="http://maps.google.com/maps?q=<?php echo $address;?>&ie=UTF8&source=embed" style="color:#0000FF;text-align:left">View Larger Map</a></small>
</div>
<?php
echo ‘</div>’;
Save [...]
The tutorial explains on how to remove empty directories and all subdirectories in Linux operating system.
Linux command:
rm