Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
1 to 10 of 10
<div id="content">
<?php the_gallery(); ?>
</div>
function plogger_head() {
global $config;
if ($config["embedded"] == 0) {
print "<title>" . get_head_title() . "</title>\n";
}
print generate_slideshow_js($GLOBALS["plogger_id"], "album");
print "\n";
// Embed URL to RSS feed for proper level.
print '<link rel="alternate" type="application/rss+xml" title="RSS Feed" href="'.plogger_rss_link().'" />' . "\n";
print '<meta http-equiv="Content-Type" content="text/html;charset=' . $config['charset'] . '"/>' . "\n";
}
function plogger_head() {
global $config;
if ($config["embedded"] == 0) {
print "<title>" . get_head_title() . "</title>\n";
}
// print generate_slideshow_js($GLOBALS["plogger_id"], "album");
print "\n";
// Embed URL to RSS feed for proper level.
print '<link rel="alternate" type="application/rss+xml" title="RSS Feed" href="'.plogger_rss_link().'" />' . "\n";
print '<meta http-equiv="Content-Type" content="text/html;charset=' . $config['charset'] . '"/>' . "\n";
}
function plogger_head() {
global $config;
$title = generate_title($GLOBALS['plogger_level'], $GLOBALS['plogger_id']);
if ($config["embedded"] == 0) {
print "<title>" . SmartStripSlashes($config["gallery_name"]) . ": $title </title>\n";
}
----> //print generate_slideshow_js($GLOBALS["plogger_id"], "album");
print "\n";
// Embed URL to RSS feed for proper level.
//print '<link rel="alternate" type="application/rss+xml" title="RSS Feed" href="'.plogger_rss_link().'" />' . "\n";
print '<meta http-equiv="Content-Type" content="text/html;charset=' . $config['charset'] . '"/>' . "\n";
}
// output the link to the slideshow javascript
$output = '<script type="text/javascript" src="'.$config['gallery_url'].'slideshow.js"></script>';
----> //return $output;
}
1 to 10 of 10