/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk

« back to all changes in this revision

Viewing changes to patches/riku-weather/modules/riku.php

  • Committer: Suren A. Chilingaryan
  • Date: 2012-07-14 17:44:09 UTC
  • Revision ID: csa@dside.dyndns.org-20120714174409-cuzsy4vupyjx9lia
Update of setups

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?php
2
 
$riku_title = _("Riku");
3
 
function rikuJS() {
4
 
?>
5
 
    riku = new XMLMODULE("riku_div");
6
 
<?
7
 
    return "riku";
8
 
}
9
 
 
10
 
function rikuPage() {
11
 
?>
12
 
    <div id="riku_div" class="xml_module">Loading...</div>
13
 
<?}?>
 
 
b'\\ No newline at end of file'